From 063d524a7b8598b01674869076a301cf840f5bb6 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Sat, 21 Dec 2019 16:07:41 +0100 Subject: [PATCH] Tweaked styling of entity info view. Entity names are now always fully visible. --- src/quest_editor/gui/EntityInfoView.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/quest_editor/gui/EntityInfoView.css b/src/quest_editor/gui/EntityInfoView.css index e603cf17..2bc06c98 100644 --- a/src/quest_editor/gui/EntityInfoView.css +++ b/src/quest_editor/gui/EntityInfoView.css @@ -8,7 +8,7 @@ .quest_editor_EntityInfoView table { table-layout: fixed; width: 100%; - max-width: 300px; + max-width: 180px; margin: 0 auto; } @@ -17,12 +17,6 @@ text-align: left; } -.quest_editor_EntityInfoView td { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} - .quest_editor_EntityInfoView th.quest_editor_EntityInfoView_coord { padding-left: 10px; }