From fd297970bf1f76ec48e76243ee6134845e34b81d Mon Sep 17 00:00:00 2001 From: kovacsv Date: Tue, 18 Dec 2018 19:47:12 +0100 Subject: [PATCH] Fix mesh name wrapping. --- website/include/importerapp.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/include/importerapp.css b/website/include/importerapp.css index 84b1461..551af41 100644 --- a/website/include/importerapp.css +++ b/website/include/importerapp.css @@ -120,7 +120,8 @@ div.extbutton img div.menuitem { padding : 2px; - text-overflow: ellipsis; + text-overflow : ellipsis; + white-space : nowrap; overflow : hidden; }