Skip to content

Commit 76dd83a

Browse files
authored
Merge pull request #3323 from pudyasto/develop
Image width debug-bar has conflict
2 parents 1ebffe7 + e365fca commit 76dd83a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@
148148
clear: left;
149149
display: inline-block;
150150
float: left;
151-
margin: 6px 3px 6px 0; }
151+
margin: 6px 3px 6px 0;
152+
width: 16px !important;
153+
}
152154
#debug-bar .ci-label .badge {
153155
border-radius: 12px;
154156
-moz-border-radius: 12px;

0 commit comments

Comments
 (0)