Merge branch 'dev' into ifcimporter

This commit is contained in:
kovacsv 2021-06-27 00:00:48 +02:00
commit 8669e1301f
2 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,9 @@ OV.PropertyType =
Text : 1,
Integer : 2,
Number : 3,
Percent : 4,
Color : 5
Boolean : 4,
Percent : 5,
Color : 6
};
OV.Property = class

View File

@ -677,6 +677,9 @@ div.ov_property_table div.ov_property_table_row
div.ov_property_table div.ov_property_table_row.group
{
padding: 4px 0px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
div.ov_property_table div.ov_property_table_row.ingroup