mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Update static form control
- Remove margin-bottom override in favor of .mb-0 utility class - Apply the input line-height styles to match - Remove the min-height to match the input
This commit is contained in:
+1
-3
@@ -132,12 +132,10 @@ select.form-control {
|
||||
// horizontal form layout.
|
||||
|
||||
.form-control-static {
|
||||
min-height: $input-height;
|
||||
// Size it appropriately next to real form controls
|
||||
padding-top: $input-padding-y;
|
||||
padding-bottom: $input-padding-y;
|
||||
// Remove default margin from `p`
|
||||
margin-bottom: 0;
|
||||
line-height: $input-line-height;
|
||||
|
||||
&.form-control-sm,
|
||||
&.form-control-lg {
|
||||
|
||||
Reference in New Issue
Block a user