mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-08 01:01:36 +08:00
22 lines
349 B
CSS
22 lines
349 B
CSS
.quest_editor_NpcCountsView {
|
|
box-sizing: border-box;
|
|
padding: 3px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.quest_editor_NpcCountsView table {
|
|
user-select: text;
|
|
width: 100%;
|
|
max-width: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.quest_editor_NpcCountsView th {
|
|
cursor: text;
|
|
text-align: left;
|
|
}
|
|
|
|
.quest_editor_NpcCountsView td {
|
|
cursor: text;
|
|
}
|