Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Dec 17, 2024
1 parent 74909ea commit aec3f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Storage/PDisk/PDisk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
flex-direction: column;
justify-content: flex-end;

min-width: 120px;
width: calc(
var(--pdisk-max-slots, 1) * var(--pdisk-vdisk-width) + (var(--pdisk-max-slots, 1) - 1) *
var(--pdisk-gap-width)
);
min-width: 120px;

&__content {
position: relative;
Expand Down

0 comments on commit aec3f14

Please sign in to comment.