mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
2 commits
9bdd12e814
...
4cfca34a5b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cfca34a5b | ||
|
|
5ff5b2018f |
1 changed files with 7 additions and 1 deletions
|
|
@ -80,6 +80,12 @@ input[type="file"] {
|
||||||
.quizEditor .editSection .preview {
|
.quizEditor .editSection .preview {
|
||||||
flex: 50%;
|
flex: 50%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quizEditor {
|
||||||
|
margin: 0 -2rem; /* Counteract the padding */
|
||||||
|
width: calc(100% + 4rem); /* Expand to fill padded area */
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue