Skip to content

Commit

Permalink
Fix dropdowns being not aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 16, 2018
1 parent a8b4607 commit aeaa4df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,9 @@ th {
margin-right: 220px;
margin-left: 0; }

.control-group .custom-select {
float: right; }

.dropdown-menu-right {
right: auto;
left: 0; }
Expand Down

0 comments on commit aeaa4df

Please sign in to comment.