Wrong font size in Weorkflow and CF columns

This commit is contained in:
Karel Picman 2017-04-03 13:04:35 +02:00
parent 0f075030bc
commit c7328cc6e3

View File

@ -99,10 +99,14 @@
}
.dmsf_workflow {
/*font-size: 0.8em;*/
font-size: 0.8em;
white-space: nowrap;
}
.dmsf_cf {
font-size: 0.8em;
}
.dmsf_invisible {
display: none;
}