fix width issues

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Julien Veyssier
2022-09-22 17:02:03 +02:00
parent 565b2edfdd
commit aecdcb847d
2 changed files with 4 additions and 1 deletions

View File

@@ -179,6 +179,10 @@ export default {
.deck-card-reference {
width: 100%;
// needed for the specific case of Text
.editor__content & {
width: calc(100% - 24px);
}
white-space: normal;
padding: 12px;