Skip to content

Commit 0862334

Browse files
committed
[WebProfiler] Sidebar button padding
1 parent e65eac6 commit 0862334

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ button {
116116
}
117117
.btn-sm svg {
118118
height: 16px;
119+
width: 16px;
119120
vertical-align: middle;
120121
}
121122
.btn-link {
@@ -436,6 +437,7 @@ tr.status-warning td {
436437
}
437438
#header h1 svg {
438439
height: 40px;
440+
width: 40px;
439441
margin-top: -4px;
440442
vertical-align: middle;
441443
}
@@ -544,7 +546,7 @@ tr.status-warning td {
544546
margin-left: 5px;
545547
}
546548
#sidebar #sidebar-shortcuts .btn {
547-
padding: .5em .6em;
549+
padding: .5em;
548550
}
549551

550552
{# Sidebar Search

0 commit comments

Comments
 (0)