Tweaked styling of entity info view. Entity names are now always fully visible.

This commit is contained in:
Daan Vanden Bosch 2019-12-21 16:07:41 +01:00
parent f8a9c65086
commit 063d524a7b

View File

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