Skip to content

Commit aec3f14

Browse files
committed
fix: lint
1 parent 74909ea commit aec3f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/PDisk/PDisk.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
flex-direction: column;
99
justify-content: flex-end;
1010

11-
min-width: 120px;
1211
width: calc(
1312
var(--pdisk-max-slots, 1) * var(--pdisk-vdisk-width) + (var(--pdisk-max-slots, 1) - 1) *
1413
var(--pdisk-gap-width)
1514
);
15+
min-width: 120px;
1616

1717
&__content {
1818
position: relative;

0 commit comments

Comments
 (0)