3
0
Fork 0

[FIX] do FontAwesome icon's display property to inline instead of inline-block, because nbsp symbol doesn't work with inline-block

9.0
Ivan Yelizariev 2015-03-17 13:21:18 +02:00
parent 97332bcd64
commit d539597729
1 changed files with 2 additions and 1 deletions

View File

@ -39,5 +39,6 @@
.openerp .oe_last_viewed_item .diagram:after { .openerp .oe_last_viewed_item .diagram:after {
content: "f"; content: "f";
} }
.oe_last_viewed_icon{ .oe_last_viewed_icon.fa{
display: inline;
} }