diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index fc1fb1421b8..cf50580d3f9 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -14,11 +14,15 @@ clear: both; } } +*, +*:before, +*:after{ +.box-sizing(border-box); +} *:not(input), *:not(input):before, *:not(input):after { - .box-sizing(border-box); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;