mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Panels: fix positioning of the header title (#29167)
the menu toggle icon is now absolute positioned and it no longer affects the centering of the menu title
This commit is contained in:
@@ -60,6 +60,8 @@ $panel-header-no-title-zindex: 1;
|
||||
}
|
||||
|
||||
.panel-menu-toggle {
|
||||
position: absolute;
|
||||
top: calc(50% - 9px);
|
||||
color: $text-color-weak;
|
||||
cursor: pointer;
|
||||
margin: 2px 0 0 2px;
|
||||
|
||||
Reference in New Issue
Block a user