Skip to content

Commit

Permalink
Fix positioning of top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 16, 2018
1 parent 2f186ae commit dbbc951
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1772,6 +1772,10 @@ th {
right: auto;
left: 0; }

.ml-auto, .mx-auto {
.ml-auto {
margin-right: auto !important;
margin-left: 0 !important; }

.mr-auto {
margin-right: 0 !important;
margin-left: auto !important; }

0 comments on commit dbbc951

Please sign in to comment.