Author: humbedooh
Date: Sun Sep  1 01:26:41 2019
New Revision: 1866228

URL: http://svn.apache.org/viewvc?rev=1866228&view=rev
Log:
fix box-sizing issue in FF

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css

Modified: 
comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css?rev=1866228&r1=1866227&r2=1866228&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css 
Sun Sep  1 01:26:41 2019
@@ -42,6 +42,7 @@
        border-style: solid;
        background: none transparent !important;
        caret-color: black;
+    box-sizing: content-box;
 }
 
 .hwt-content mark {


Reply via email to