Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 35a9aa5

Browse files
committed
fix(plugins/plugin-client-common): top tab labels can overflow into surrounding tabs
1 parent aae4cd7 commit 35a9aa5

File tree

1 file changed

+2
-0
lines changed
  • plugins/plugin-client-common/web/scss/components/TopTabStripe

1 file changed

+2
-0
lines changed

plugins/plugin-client-common/web/scss/components/TopTabStripe/_index.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ $tab-label-font-size: 0.875rem;
137137
color: var(--color-text-02);
138138
padding: 0;
139139
flex: 1;
140+
overflow: hidden;
141+
text-overflow: ellipsis;
140142

141143
&:hover {
142144
color: var(--color-text-02);

0 commit comments

Comments
 (0)