diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less index 33441ac70..25bfb9ae9 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -72,7 +72,8 @@ font-size: @fontSizeLarge; .border-radius(@borderRadiusLarge); } -.btn-large [class^="icon-"] { +.btn-large [class^="icon-"], +.btn-large [class*=" icon-"] { margin-top: 2px; } @@ -82,7 +83,8 @@ font-size: @fontSizeSmall; .border-radius(@borderRadiusSmall); } -.btn-small [class^="icon-"] { +.btn-small [class^="icon-"], +.btn-small [class*=" icon-"] { margin-top: 0; } |
