Skip to content

Commit

Permalink
Merge pull request #5454 from singletonc/BACKLOG-39186
Browse files Browse the repository at this point in the history
[BACKLOG-39186] Implement more specific selector for MantleTabPanel
  • Loading branch information
rmansoor authored Nov 16, 2023
2 parents ac275d3 + 3be4ee5 commit c14e200
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1781,15 +1781,15 @@ hr {
display: none;
}

.pentaho-tab-bar {
.panelWithTitledToolbar .pentaho-tab-bar {
display: flex;
width: 100vw;
overflow-x: auto;
scrollbar-width: thin;
overflow-y: hidden;
}

:where(.burger-mode) .pentaho-tab-bar {
:where(.burger-mode) .panelWithTitledToolbar .pentaho-tab-bar {
display: none;
}

Expand Down

0 comments on commit c14e200

Please sign in to comment.