Skip to content

Commit ef33431

Browse files
authored
Removing padding that causes horizontal scrollbar
1 parent 7d2a9b5 commit ef33431

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_ish-sizing.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
margin: 0;
7272
padding: 0;
7373
overflow-x: auto;
74-
padding: 0 0.25rem;
7574

7675
@media all and (min-width: $pl-bp-med) {
7776
align-items: center;
@@ -100,4 +99,4 @@
10099

101100
.pl-c-size-list__item:last-child {
102101
margin-right: auto;
103-
}
102+
}

0 commit comments

Comments
 (0)