Просмотр исходного кода

fix a rendering issue where long background image filenames hide the upload button

Ken Bingham 7 лет назад
Родитель
Сommit
bed9379258
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      editor/css/editor.css

+ 1 - 1
editor/css/editor.css Просмотреть файл

468
   -webkit-box-flex: 1;
468
   -webkit-box-flex: 1;
469
       -ms-flex-positive: 1;
469
       -ms-flex-positive: 1;
470
           flex-grow: 1;
470
           flex-grow: 1;
471
-  width: auto;
471
+  width: 20%;
472
   padding: 6px;
472
   padding: 6px;
473
   color: #666;
473
   color: #666;
474
   font-size: 16px;
474
   font-size: 16px;