Skip to content

Commit 45898ef

Browse files
committed
refactor(Tablets): remove unnecessary styles
1 parent 0dde809 commit 45898ef

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/containers/Tablets/Tablets.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
}
1414

1515
&__items {
16-
display: flex;
1716
flex: 1 1 auto;
18-
flex-wrap: wrap;
19-
}
20-
21-
&__items-wrapper {
22-
overflow: auto;
2317
}
2418

2519
&__filters {

src/containers/TabletsFilters/TabletsFilters.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,12 @@
1818
}
1919

2020
&__items {
21-
display: flex;
2221
overflow: auto;
2322
flex: 1 1 auto;
24-
flex-wrap: wrap;
2523

2624
padding: 5px 20px;
2725
}
2826

29-
&__items-wrapper {
30-
overflow: auto;
31-
}
32-
3327
&__filters {
3428
display: flex;
3529
align-items: center;

0 commit comments

Comments
 (0)