diff options
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 841966bfe..02aa4242c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -539,5 +539,10 @@ select:focus:invalid { margin-left: @component-offset-horizontal; } + // Make sure form actions buttons are aligned with controls + .form-actions { + padding-left: @component-offset-horizontal; + } + } } |
