1
0
Эх сурвалжийг харах

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

Gildas 6 жил өмнө
parent
commit
1000eda9bd

+ 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 {