Skip to content

Commit b717cbd

Browse files
authored
Merge pull request #1027 from shaal/patch-1
Removing padding that causes horizontal scrollbar
2 parents 0684676 + da17257 commit b717cbd

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)