Commit 03c161f0 authored by Brian Surowiec's avatar Brian Surowiec

Fix glyphicon class name wrapping in IE

parent 463343af
...@@ -1062,6 +1062,7 @@ h1[id] { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment