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 81cacb7ab..a0401c4d1 100644 --- a/less/modals.less +++ b/less/modals.less @@ -95,4 +95,8 @@ .btn-group .btn + .btn { margin-left: -1px; } + // and override it for block buttons as well + .btn-block + .btn-block { + margin-left: 0; + } } |
