mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Tweaked styling of entity info view. Entity names are now always fully visible.
This commit is contained in:
parent
f8a9c65086
commit
063d524a7b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user