We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395efc7 commit 7cefb6dCopy full SHA for 7cefb6d
src/containers/Storage/TableGroup/TableGroup.scss
@@ -2,7 +2,8 @@
2
display: flex;
3
flex-direction: column;
4
5
- width: 100%;
+ width: max-content;
6
+ min-width: 100%;
7
margin-bottom: 20px;
8
9
border: 1px solid var(--g-color-line-generic);
0 commit comments