Browse Source

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

Former-commit-id: 1000eda9bdc948a0e1cfbd888ecc1f9b227ba0fb
Gildas 6 years ago
parent
commit
09d9287a2d
1 changed files with 4 additions and 0 deletions
  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 {
 .single-file-highlight-yellow {
     background-color: #ffff7c !important;
     background-color: #ffff7c !important;
     color: black !important;
     color: black !important;
+    display: inline !important;
 }
 }
 
 
 .single-file-highlight-pink {
 .single-file-highlight-pink {
     background-color: #ffbbb6 !important;
     background-color: #ffbbb6 !important;
     color: black !important;
     color: black !important;
+    display: inline !important;
 }
 }
 
 
 .single-file-highlight-blue {
 .single-file-highlight-blue {
     background-color: #95d0ff !important;
     background-color: #95d0ff !important;
     color: black !important;
     color: black !important;
+    display: inline !important;
 }
 }
 
 
 .single-file-highlight-green {
 .single-file-highlight-green {
     background-color: #93ef8d !important;
     background-color: #93ef8d !important;
     color: black !important;
     color: black !important;
+    display: inline !important;
 }
 }
 
 
 .single-file-highlight-hidden {
 .single-file-highlight-hidden {