Skip to content

Commit d211fff

Browse files
committed
fix: stylelint fix
1 parent d640d1b commit d211fff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/MemoryViewer/MemoryViewer.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,29 @@ $memory-type-colors: (
2222

2323
&__progress-container {
2424
position: relative;
25+
2526
overflow: hidden;
27+
2628
height: 23px;
29+
2730
border-radius: 2px;
2831
background: var(--g-color-base-generic);
2932
}
3033

3134
&__container {
3235
display: flex;
36+
3337
padding: 2px 0;
3438
}
3539

3640
&__legend {
3741
position: absolute;
42+
bottom: 2px;
43+
3844
width: 20px;
3945
height: 20px;
46+
4047
border-radius: 2px;
41-
bottom: 2px;
4248

4349
@each $type, $color in $memory-type-colors {
4450
&_type_#{$type} {
@@ -49,6 +55,7 @@ $memory-type-colors: (
4955

5056
&__segment {
5157
position: absolute;
58+
5259
height: 100%;
5360

5461
@each $type, $color in $memory-type-colors {

0 commit comments

Comments
 (0)