Skip to content

Commit 1d1b11a

Browse files
committed
refactor: 增加样式防止溢出
1 parent 182f7dc commit 1d1b11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BootstrapBlazor/Components/Tab/Tab.razor.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@
232232
.tabs .tabs-item-fix {
233233
height: 100%;
234234
flex: 1;
235+
width: 1%;
236+
min-width: 0;
235237
border: 1px solid var(--bs-border-color);
236238
border-width: 0 0 1px 0;
237239
}

0 commit comments

Comments
 (0)