Commit 7bb82a5f authored by Gijs Boddeus's avatar Gijs Boddeus Committed by Mark Otto
Browse files

match width behaviour of form-control to form-control-plaintext (#24486)

parent 6824f717
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment