mirror of https://github.com/twbs/bootstrap.git
inline-block on labels now instead of inline
This commit is contained in:
parent
6f2e9d8111
commit
2ade44a9ca
|
|
@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|||
}
|
||||
|
||||
.label {
|
||||
display: inline;
|
||||
padding: .15em .4em;
|
||||
display: inline-block;
|
||||
padding: .25em .4em;
|
||||
font-size: 75%;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|||
}
|
||||
|
||||
.label {
|
||||
display: inline;
|
||||
padding: .15em .4em;
|
||||
display: inline-block;
|
||||
padding: .25em .4em;
|
||||
font-size: 75%;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -3,8 +3,8 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.label {
|
||||
display: inline;
|
||||
padding: .15em .4em;
|
||||
display: inline-block;
|
||||
padding: .25em .4em;
|
||||
font-size: 75%;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue