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 6c16f23 commit 0d82716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/main/src/themes/TabInStrip.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
content: "";
position: absolute;
width: 100%;
bottom: 0;
bottom: 1px;
left: 0;
border-bottom: var(--_ui5_tc_headerItemContent_border_bottom);
}

.ui5-tab-strip-item--selected .ui5-tab-strip-item-icon-outer::after {
bottom: -0.8rem;
bottom: -12px;
}

.ui5-tab-strip-item--disabled {
Expand Down

0 comments on commit 0d82716

Please sign in to comment.