We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box-sizing
1 parent fd1408b commit 0cf3227Copy full SHA for 0cf3227
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -5,8 +5,6 @@
5
background-color: #222;
6
border-top-left-radius: 4px;
7
bottom: 0;
8
- -webkit-box-sizing: border-box;
9
- -moz-box-sizing: border-box;
10
box-sizing: border-box;
11
display: none;
12
height: 36px;
@@ -36,8 +34,6 @@
36
34
}
37
35
38
.sf-toolbarreset * {
39
- -webkit-box-sizing: content-box;
40
- -moz-box-sizing: content-box;
41
box-sizing: content-box;
42
vertical-align: baseline;
43
letter-spacing: normal;
0 commit comments