Skip to content

Commit 0269dba

Browse files
fix(Storage): fix uneven PDisks
1 parent eb52978 commit 0269dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/containers/Storage/Pdisk/Pdisk.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.pdisk-storage {
22
position: relative;
33

4-
min-width: 120px;
4+
width: 120px;
55

66
border-radius: 4px; // to match interactive area with disk shape
77

src/containers/Storage/StorageNodes/StorageNodes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
display: flex;
44
overflow-x: auto;
55
overflow-y: hidden;
6-
justify-content: center;
6+
justify-content: left;
77

8-
min-width: 500px;
8+
width: max-content;
99
}
1010
&__pdisks-item {
1111
flex-grow: 1;

0 commit comments

Comments
 (0)