forked from Techsystech/web
[FIX] do FontAwesome icon's display property to inline instead of inline-block, because nbsp symbol doesn't work with inline-block
parent
97332bcd64
commit
d539597729
|
@ -39,5 +39,6 @@
|
|||
.openerp .oe_last_viewed_item .diagram:after {
|
||||
content: "f";
|
||||
}
|
||||
.oe_last_viewed_icon{
|
||||
.oe_last_viewed_icon.fa{
|
||||
display: inline;
|
||||
}
|
Loading…
Reference in New Issue