zahmis 5 лет назад
Родитель
Сommit
57cffbc263
1 измененных файлов с 10 добавлено и 9 удалено
  1. 10 9
      src/client/styles/scss/_on-edit.scss

+ 10 - 9
src/client/styles/scss/_on-edit.scss

@@ -34,21 +34,22 @@ body.on-edit {
     display: flex;
     display: flex;
     width: 700px;
     width: 700px;
     overflow: hidden;
     overflow: hidden;
+    text-overflow: ellipsis;
     white-space: nowrap;
     white-space: nowrap;
 
 
-    @include media-breakpoint-down(xs) {
-      width: 10px;
+    @include media-breakpoint-only(xs) {
+      width: 100px;
     }
     }
-    @include media-breakpoint-down(sm) {
-      width: 30px;
+    @include media-breakpoint-only(sm) {
+      width: 300px;
     }
     }
-    @include media-breakpoint-down(md) {
-      width: 100px;
+    @include media-breakpoint-only(md) {
+      width: 420px;
     }
     }
-    @include media-breakpoint-down(lg) {
-      width: 200px;
+    @include media-breakpoint-only(lg) {
+      width: 490px;
     }
     }
-    @include media-breakpoint-down(xl) {
+    @include media-breakpoint-only(xl) {
       width: 700px;
       width: 700px;
     }
     }
   }
   }