Skip to content

Commit a0a5a43

Browse files
authored
fix(extension): [LW-11487] broken nft list layout (#1416)
1 parent 6e7cbaa commit a0a5a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/ui/components/Nft/NftList.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
.nftList {
44
display: grid;
5-
&.two-rows {
5+
&.2-rows {
66
grid-template-columns: repeat(2, minmax(0, 1fr));
77
}
8-
&.three-rows {
8+
&.3-rows {
99
grid-template-columns: repeat(3, minmax(0, 1fr));
1010
}
11-
&.four-rows {
11+
&.4-rows {
1212
grid-template-columns: repeat(4, minmax(0, 1fr));
1313
column-gap: 4px;
1414
}
15-
&.five-rows {
15+
&.5-rows {
1616
grid-template-columns: repeat(5, minmax(0, 1fr));
1717
}
1818
@media (max-width: $breakpoint-popup) {

0 commit comments

Comments
 (0)