Commit a134ed7b by Miguel Carvajal Committed by GitHub

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
parent 15a6508d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment