Skip to content

Commit 7cefb6d

Browse files
fix(TableGroup): prevent content border overflow (#2166)
1 parent 395efc7 commit 7cefb6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/Storage/TableGroup/TableGroup.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
display: flex;
33
flex-direction: column;
44

5-
width: 100%;
5+
width: max-content;
6+
min-width: 100%;
67
margin-bottom: 20px;
78

89
border: 1px solid var(--g-color-line-generic);

0 commit comments

Comments
 (0)