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; }