diff options
| -rw-r--r-- | less/glyphicons.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 0e0ba986c..7b66e6ba1 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -27,6 +27,10 @@ font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; + + &:empty{ + width: 1em; + } } // Individual icons |
