Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0862334

Browse filesBrowse files
committed
[WebProfiler] Sidebar button padding
1 parent e65eac6 commit 0862334
Copy full SHA for 0862334

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.