Ellipsis in case of long property group names.
This commit is contained in:
parent
93f85738cb
commit
f16416d536
@ -677,6 +677,9 @@ div.ov_property_table div.ov_property_table_row
|
|||||||
div.ov_property_table div.ov_property_table_row.group
|
div.ov_property_table div.ov_property_table_row.group
|
||||||
{
|
{
|
||||||
padding: 4px 0px;
|
padding: 4px 0px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ov_property_table div.ov_property_table_row.ingroup
|
div.ov_property_table div.ov_property_table_row.ingroup
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user