mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix glyphicon class name wrapping in IE
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user