Skip to content

Commit

Permalink
Restore flexbox for horizontal panel header titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTirapani committed Aug 22, 2023
1 parent 2fa645f commit 08f2418
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions desktop/cmp/panel/impl/PanelHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
white-space: nowrap;
font-family: var(--xh-panel-title-font-family);
font-size: var(--xh-panel-title-font-size-px);

&__inner {
display: flex;
flex: 1;
}
}

&__items {
Expand Down Expand Up @@ -45,6 +50,8 @@
height: 100%;

&__inner {
display: block;
flex: none;
margin-top: 50%;
transform: rotate(90deg);
height: calc(1em + 5px);
Expand Down

0 comments on commit 08f2418

Please sign in to comment.