phantasmal-world/src/ui/quest-editor/QuestInfoComponent.css

20 lines
339 B
CSS
Raw Normal View History

.QuestInfoComponent {
width: 280px;
padding: 10px;
display: flex;
flex-direction: column;
}
.QuestInfoComponent table {
border-collapse: collapse;
width: 100%;
}
.QuestInfoComponent table tbody th {
text-align: right;
padding-right: 5px;
}
.QuestInfoComponent-npc-counts-container {
overflow: auto;
}