diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index b6f71ffff..4fccea738 100644 --- a/less/modals.less +++ b/less/modals.less @@ -83,4 +83,8 @@ margin-left: 5px; margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs } + // but override that for button groups + .btn-group .btn + .btn { + margin-left: -1px; + } } |
