mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Restore on links in dropdowns as they are randomly breaking onto new lines
This commit is contained in:
parent
86bb3b8126
commit
f226463b05
2 changed files with 2 additions and 0 deletions
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
@ -2860,6 +2860,7 @@ fieldset[disabled] .btn-link:focus {
|
|||
font-weight: normal;
|
||||
line-height: 20px;
|
||||
color: #333333;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a:hover,
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
font-weight: normal;
|
||||
line-height: @line-height-base;
|
||||
color: @dropdown-link-color;
|
||||
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue