Преглед на файлове

highlighted text: force display to be set to "inline"

Former-commit-id: 1000eda9bdc948a0e1cfbd888ecc1f9b227ba0fb
Gildas преди 6 години
родител
ревизия
09d9287a2d
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      extension/ui/editor/editor-frame-web.css

+ 4 - 0
extension/ui/editor/editor-frame-web.css

@@ -1,21 +1,25 @@
 .single-file-highlight-yellow {
     background-color: #ffff7c !important;
     color: black !important;
+    display: inline !important;
 }
 
 .single-file-highlight-pink {
     background-color: #ffbbb6 !important;
     color: black !important;
+    display: inline !important;
 }
 
 .single-file-highlight-blue {
     background-color: #95d0ff !important;
     color: black !important;
+    display: inline !important;
 }
 
 .single-file-highlight-green {
     background-color: #93ef8d !important;
     color: black !important;
+    display: inline !important;
 }
 
 .single-file-highlight-hidden {