From f16416d53602e3463cb992de8296a3124241fa4a Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 26 Jun 2021 23:59:47 +0200 Subject: [PATCH] Ellipsis in case of long property group names. --- website/o3dv/website.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/o3dv/website.css b/website/o3dv/website.css index 3e94910..ef784d3 100644 --- a/website/o3dv/website.css +++ b/website/o3dv/website.css @@ -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