Skip to content

Commit

Permalink
fix list-unstyle bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesammousavi committed Jun 14, 2018
1 parent 3a022be commit d671378
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bootstrap-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ body {
text-align: right;
}

.list-unstyled {
padding-left: initial !important;
padding-right: 0;
}

/* ----------------- List Group ----------------- */
.list-group {
padding-right: 0;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbootstrap4rtl",
"version": "1.0.2",
"version": "1.0.3",
"description": "bootstrap v4 right to left",
"keywords": [
"bootstrap4",
Expand Down

0 comments on commit d671378

Please sign in to comment.