From 64e3dd2dcfd7a0c9722c9f554b7ac00708e76268 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Thu, 29 Jul 2021 14:44:34 +0200 Subject: [PATCH] Fix popup text overflow. --- website/o3dv/website.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/o3dv/website.css b/website/o3dv/website.css index a2c6f32..4812e6d 100644 --- a/website/o3dv/website.css +++ b/website/o3dv/website.css @@ -584,9 +584,6 @@ div.ov_popup div.ov_popup_list_item { padding: 10px; border-radius: 5px; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; cursor: pointer; overflow: auto; } @@ -605,7 +602,9 @@ div.ov_popup div.ov_popup_list_item_icon div.ov_popup div.ov_popup_list_item_name { - float: left; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } div.ov_progress