fix: schoolbag, strengths and trope question tab editor content block had height of 0px

This commit is contained in:
Joscha Maier
2024-12-02 19:00:59 +01:00
parent 6dc5149c3b
commit bde6ffca74
6 changed files with 28 additions and 11 deletions

View File

@@ -311,6 +311,10 @@
cursor: pointer;
}
.editor-container {
min-height: 200px; /* Adjust this value as needed */
}
/* Styles limited to kidsonbrooms sheets */
.kids-on-brooms .item-form {
font-family: "Roboto", sans-serif;
@@ -325,17 +329,18 @@
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-flex: 0;
-ms-flex: 0 auto;
flex: 0 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
overflow: hidden;
margin-bottom: 10px;
height: 110px;
}
.kids-on-brooms .sheet-header .profile-img {
-webkit-box-flex: 0;