mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
docs pre font-size and nowrap on prepend/append
This commit is contained in:
parent
7cc916d137
commit
e2b777d9a3
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@ -1384,6 +1384,7 @@ textarea::-webkit-input-placeholder {
|
|||||||
.input-append {
|
.input-append {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-prepend input,
|
.input-prepend input,
|
||||||
@ -5043,7 +5044,7 @@ a.badge:hover {
|
|||||||
|
|
||||||
.progress .bar {
|
.progress .bar {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 18px;
|
height: 100%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -479,6 +479,7 @@ h2 + .row {
|
|||||||
.bs-docs-example + .prettyprint {
|
.bs-docs-example + .prettyprint {
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tweak examples
|
/* Tweak examples
|
||||||
|
@ -381,6 +381,7 @@ textarea {
|
|||||||
.input-append {
|
.input-append {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
white-space: nowrap; // Prevent span and input from separating
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user