Skip to content

Commit 35627cc

Browse files
committed
fix dashboard page items border on xs view
1 parent 0371f3d commit 35627cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/dashboard/items/items-list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
@include media(xs) {
6161

6262
.item-col {
63-
border-bottom: $item-list-color-border;
63+
border-bottom: 1px solid $item-list-color-border;
6464
}
6565

6666
.item-col-img {

0 commit comments

Comments
 (0)