diff options
| author | Mark Otto <[email protected]> | 2013-03-29 14:21:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-29 14:21:03 -0700 |
| commit | 4ce9203f2ce61794e01f9a4d1b875befb83e3c95 (patch) | |
| tree | d1281d5cd37553124efa5c60a91ee6f490ba92ff /less | |
| parent | 9f59648702787dd6622e63d3103c815adfb44526 (diff) | |
| parent | b844d5dd2fcafc76c7d2111997da6f52b453de22 (diff) | |
| download | bootstrap-4ce9203f2ce61794e01f9a4d1b875befb83e3c95.tar.xz bootstrap-4ce9203f2ce61794e01f9a4d1b875befb83e3c95.zip | |
Merge branch '3.0.0-wip' into bs3_new_nav
Diffstat (limited to '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; + } + } } |
