Skip to content

Commit

Permalink
Fix "dropdown" menu
Browse files Browse the repository at this point in the history
add .dropdown class to change the default value of text-align and left properties (Line 192 at the time of sending this change).
  • Loading branch information
mhdshakouri authored Jun 29, 2020
1 parent 6624569 commit ee87954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ body {
border-radius: 0 .25rem .25rem 0 !important;
}

.dropdown{
text-align:right !important;
left:unset !important;
}

/* ------------------- Pagination ------------------------ */
.page-item:first-child .page-link {
margin-right: 0;
Expand Down

0 comments on commit ee87954

Please sign in to comment.