From e365fca4b8b02e80989a94b6c07dd8d5c74e9962 Mon Sep 17 00:00:00 2001 From: pudyasto Date: Thu, 16 Jul 2020 06:40:23 +0700 Subject: [PATCH] Image width debug-bar has conflict with third party css template --- system/Debug/Toolbar/Views/toolbar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/Debug/Toolbar/Views/toolbar.css b/system/Debug/Toolbar/Views/toolbar.css index abb37614fff1..e2abb4cef83e 100644 --- a/system/Debug/Toolbar/Views/toolbar.css +++ b/system/Debug/Toolbar/Views/toolbar.css @@ -148,7 +148,9 @@ clear: left; display: inline-block; float: left; - margin: 6px 3px 6px 0; } + margin: 6px 3px 6px 0; + width: 16px !important; + } #debug-bar .ci-label .badge { border-radius: 12px; -moz-border-radius: 12px;