Author: humbedooh
Date: Sat Aug 31 02:51:50 2019
New Revision: 1866178

URL: http://svn.apache.org/viewvc?rev=1866178&view=rev
Log:
move box sizing to parent

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=1866178&r1=1866177&r2=1866178&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/highlighter/highlighter.css 
Sat Aug 31 02:51:50 2019
@@ -26,6 +26,7 @@
        word-wrap: break-word !important;
        color: transparent !important;
        overflow: hidden !important;
+       box-sizing: content-box !important;
 }
 
 .hwt-input {
@@ -66,7 +67,6 @@
     background-color: #afa3;
        width: 100%;
        display: inline-block;
-       box-sizing: content-box !important;
 }
 
 


Reply via email to