mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 03:40:10 +00:00
Fix glyphicon class name wrapping in IE
This commit is contained in:
parent
463343af63
commit
03c161f0c4
@ -1062,6 +1062,7 @@ h1[id] {
|
|||||||
.bs-glyphicons .glyphicon-class {
|
.bs-glyphicons .glyphicon-class {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.bs-glyphicons li:hover {
|
.bs-glyphicons li:hover {
|
||||||
background-color: rgba(86,61,124,.1);
|
background-color: rgba(86,61,124,.1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user