Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff93c1a

Browse files
committed
bug #18087 [WebProfiler] Sidebar button padding (rvanlaak)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfiler] Sidebar button padding | Q | A | ------------- | --- | Branch | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | **Before** ![image](https://cloud.githubusercontent.com/assets/2707563/13665247/bb57b9c8-e6ab-11e5-8347-d26239bab06f.png) **After** ![image](https://cloud.githubusercontent.com/assets/2707563/13665273/dfbbf860-e6ab-11e5-959c-2a56c6e1b7e5.png) Commits ------- 0862334 [WebProfiler] Sidebar button padding
2 parents 6cea7ba + 0862334 commit ff93c1a

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)