Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-12-23 03:49:57 +0300
committerGitHub <noreply@github.com>2017-12-23 03:49:57 +0300
commit0a420124ea1cc138ef8e3b0c78607bb4775083ec (patch)
treec9f8c9419c8635ff4fc7e8d4a00fda13a3aab8fa /scss/_forms.scss
parente49871489b317922a4dc30da7e512995a033238e (diff)
Restyle code element, remove docs example overflow, improve docs examples (#25054)
* Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 72bde5784e..b0954f8c2f 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -76,6 +76,7 @@ select.form-control {
.form-control-file,
.form-control-range {
display: block;
+ width: 100%;
}