|
@@ -35,8 +35,12 @@ body.on-edit {
|
|
|
width: 700px;
|
|
width: 700px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+
|
|
|
|
|
+ @include media-breakpoint-down(xs) {
|
|
|
|
|
+ width: 10px;
|
|
|
|
|
+ }
|
|
|
@include media-breakpoint-down(sm) {
|
|
@include media-breakpoint-down(sm) {
|
|
|
- // width: 10px;
|
|
|
|
|
|
|
+ width: 30px;
|
|
|
}
|
|
}
|
|
|
@include media-breakpoint-down(md) {
|
|
@include media-breakpoint-down(md) {
|
|
|
width: 100px;
|
|
width: 100px;
|