We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e3543 commit 4c9d0cfCopy full SHA for 4c9d0cf
src/containers/Storage/Disks/Disks.scss
@@ -26,7 +26,6 @@
26
}
27
28
&__pdisk-item {
29
- width: 80px;
30
min-width: 80px;
31
32
&__pdisk-progress-bar {
src/containers/Storage/PDisk/PDisk.scss
@@ -1,5 +1,3 @@
1
-@import '../../../styles/mixins.scss';
2
-
3
.pdisk-storage {
4
position: relative;
5
@@ -10,7 +8,6 @@
10
8
width: var(--pdisk-width);
11
9
min-width: var(--pdisk-min-width);
12
13
- @include calculate-storage-pdisk-variables();
14
&__content {
15
16
0 commit comments