Ajustement champs description

This commit is contained in:
Vincent Vandemeulebrouck
2022-12-15 00:36:12 +01:00
parent 6af6e41bc9
commit ddc37c6969
12 changed files with 46 additions and 43 deletions

View File

@ -572,22 +572,32 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
flex-grow: 3;
}
.editor.prosemirror {
height: fit-content;
min-height: 20rem;
}
.large-editor {
border: 2;
height: fit-content;
min-height: 12rem;
padding: 0 3px;
}
.editor {
border: 2;
height: 10rem;
height: fit-content;
min-height: 8rem;
padding: 0 3px;
}
.medium-editor {
border: 2;
height: 240px;
min-height: 8rem;
padding: 0 3px;
}
.small-editor {
border: 2;
height: 150px;
min-height: 4rem;
padding: 0 3px;
}