diff options
Diffstat (limited to 'flatly/variables.less')
-rw-r--r-- | flatly/variables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/flatly/variables.less b/flatly/variables.less index abaa9f2b..a8b06794 100644 --- a/flatly/variables.less +++ b/flatly/variables.less @@ -201,11 +201,11 @@ @input-color-placeholder: #acb6c0; //** Default `.form-control` height -@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2); +@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 4); //** Large `.form-control` height -@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2); +@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 4); //** Small `.form-control` height -@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); +@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 4); //** `.form-group` margin @form-group-margin-bottom: 15px; |