diff options
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index aa8019cad..e0e6c98e2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -149,6 +149,8 @@ output { // Reset height for `textarea`s textarea& { height: auto; + padding-top: @padding-base-horizontal; + padding-bottom: @padding-base-horizontal; } } |
