1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Make custom select and file inputs 100% wide

Matches browser default inputs and swaps some max-width properties for a regular width
This commit is contained in:
Mark Otto
2017-12-22 21:16:38 -08:00
committed by Mark Otto
parent 28b9b40faa
commit c468f89b1c
2 changed files with 2 additions and 4 deletions

View File

@@ -494,7 +494,6 @@ $custom-select-font-size-lg: 125% !default;
$custom-select-height-lg: $input-height-lg !default;
$custom-file-height: $input-height !default;
$custom-file-width: 14rem !default;
$custom-file-focus-border-color: $input-focus-border-color !default;
$custom-file-focus-box-shadow: $input-btn-focus-box-shadow !default;