diff --git a/admin/css/debug-toolbar/toolbar.scss b/admin/css/debug-toolbar/toolbar.scss index 97a92690b937..eec3d25546e3 100644 --- a/admin/css/debug-toolbar/toolbar.scss +++ b/admin/css/debug-toolbar/toolbar.scss @@ -95,6 +95,7 @@ } h2 { + font-weight: bold; font-size: $base-size; margin: 0; padding: 5px 0 10px 0; @@ -292,6 +293,8 @@ // The tabs container .tab { + height: fit-content; + text-align: left; bottom: 35px; display: none; left: 0; @@ -306,6 +309,8 @@ // The "Timeline" tab .timeline { + position: static; + display: table; margin-left: 0; width: 100%; diff --git a/system/Debug/Toolbar/Views/toolbar.css b/system/Debug/Toolbar/Views/toolbar.css index 2e165b825e99..b9f13c51ff2e 100644 --- a/system/Debug/Toolbar/Views/toolbar.css +++ b/system/Debug/Toolbar/Views/toolbar.css @@ -60,6 +60,7 @@ margin-right: 5px; } #debug-bar h2 { + font-weight: bold; font-size: 16px; margin: 0; padding: 5px 0 10px 0; @@ -213,6 +214,8 @@ white-space: nowrap; } #debug-bar .tab { + height: fit-content; + text-align: left; bottom: 35px; display: none; left: 0; @@ -225,6 +228,8 @@ z-index: 9999; } #debug-bar .timeline { + position: static; + display: table; margin-left: 0; width: 100%; }