Note npc fix

This commit is contained in:
Mandar
2021-05-29 12:39:51 +02:00
parent 9501f482f2
commit b7195484e1
2 changed files with 4 additions and 1 deletions

View File

@@ -166,4 +166,7 @@
max-height: 12rem;
}
}
.narrative-note {
flex: 0 0 calc(50% - 0.25rem);
}
}