Skip to content

Commit

Permalink
fix(ui5-tab-container): correct two-click area separator height (#8168)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-todorova committed Jan 26, 2024
1 parent b7177a0 commit 19c4df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/TabInStrip.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
position: relative;
width: 0.0625rem;
right: -0.0625rem;
height: 1rem;
height: 0.625rem;
background: var(--sapTextColor);
margin-inline-start: 0.0625rem;
z-index: 2;
Expand Down

0 comments on commit 19c4df1

Please sign in to comment.