Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1131827 - [RTL] icon overlaps text in action button
Browse files Browse the repository at this point in the history
The padding added to leave room for an icon needs to be direction-aware.
  • Loading branch information
jfkthame authored and rvandermeulen committed Feb 25, 2015
1 parent 95092f5 commit 39bd81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/style/action_menu/action_menu_extended.css
Expand Up @@ -27,7 +27,7 @@
form[role="dialog"][data-type="action"] > menu > button.icon,
form[role="dialog"][data-type="object"] > menu > button.icon {
background-repeat: no-repeat;
padding-left: 4rem;
-moz-padding-start: 4rem;
background-size: 3rem;
background-position: 0.5rem center;
}
Expand Down

0 comments on commit 39bd81d

Please sign in to comment.