Skip to content

Commit 1e8ec34

Browse files
committed
Remove units for zero lengths
1 parent 9c1e343 commit 1e8ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-components/src/components/mgt-file-list/mgt-file-list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $progress-ring-size: var(--progress-ring-size, 24px);
7171
list-style: none;
7272

7373
li {
74-
padding: 8px 0px;
74+
padding: 8px 0;
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)