Skip to content

Commit

Permalink
feat(ui5-tabcontainer): Responsive paddings are now supported
Browse files Browse the repository at this point in the history
Fixes: SAP#2539
  • Loading branch information
TeodorTaushanov committed Feb 17, 2021
1 parent 80b8c4e commit ef9e4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/src/themes/TabInStrip.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
border-bottom: var(--_ui5_tc_headerItemContent_border_bottom);
}

.ui5-tab-strip-item--selected.ui5-tab-strip-item--textOnly .ui5-tab-strip-itemContent::after {
.ui5-tab-strip-item--selected.ui5-tab-strip-item--textOnly .ui5-tab-strip-itemContent::after,
.ui5-tab-strip-item--selected.ui5-tab-strip-item--mixedMode .ui5-tab-strip-itemContent::after {
left: 1rem;
right: 1rem;
}
Expand Down

0 comments on commit ef9e4d3

Please sign in to comment.