Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7bb82a5f
Commit
7bb82a5f
authored
7 years ago
by
Gijs Boddeus
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
match width behaviour of form-control to form-control-plaintext (#24486)
parent
6824f717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+2
-0
scss/_forms.scss
with
2 additions
and
0 deletions
+2
-0
scss/_forms.scss
+
2
-
0
View file @
7bb82a5f
...
...
@@ -127,6 +127,8 @@ select.form-control {
// text (without any border, background color, focus indicator)
.form-control-plaintext
{
display
:
block
;
width
:
100%
;
padding-top
:
$input-btn-padding-y
;
padding-bottom
:
$input-btn-padding-y
;
margin-bottom
:
0
;
// match inputs if this class comes on inputs with default margins
...
...
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
Menu
Explore
Projects
Groups
Snippets