Skip to content

Commit

Permalink
Update list-unstyled usages to RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
ET-CS committed May 7, 2019
1 parent 0fbba6b commit 5acf68b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_rtl.scss
Expand Up @@ -156,6 +156,13 @@
padding-left: inherit;
}

.pagination,
.list-unstyled,
.list-inline {
padding-left: inherit;
padding-right: 0;
}

@mixin make-col-offset($size, $columns: $grid-columns) {
$num: $size / $columns;
margin-right: if($num == 0, 0, percentage($num));
Expand Down

0 comments on commit 5acf68b

Please sign in to comment.