Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a531b464
Commit
a531b464
authored
7 years ago
by
Gustavo Straube
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Using the expected variable to set the custom select height. (#25169)
parent
814e5b7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_custom-forms.scss
+1
-1
scss/_custom-forms.scss
with
1 addition
and
1 deletion
+1
-1
scss/_custom-forms.scss
+
1
-
1
View file @
a531b464
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
.custom-select
{
.custom-select
{
display
:
inline-block
;
display
:
inline-block
;
width
:
100%
;
width
:
100%
;
height
:
$
inpu
t-height
;
height
:
$
custom-selec
t-height
;
padding
:
$custom-select-padding-y
(
$custom-select-padding-x
+
$custom-select-indicator-padding
)
$custom-select-padding-y
$custom-select-padding-x
;
padding
:
$custom-select-padding-y
(
$custom-select-padding-x
+
$custom-select-indicator-padding
)
$custom-select-padding-y
$custom-select-padding-x
;
line-height
:
$custom-select-line-height
;
line-height
:
$custom-select-line-height
;
color
:
$custom-select-color
;
color
:
$custom-select-color
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment