forked from public/foundryvtt-reve-de-dragon
Ajustement champs description
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user