Hotfix for CSS layout regression

This commit is contained in:
patriceac 2022-11-12 19:04:23 -08:00
parent 39b6c5d6f4
commit 332f2b0678

View File

@ -28,7 +28,6 @@ label {
font-size: 13px;
margin-bottom: 6px;
margin-top: 5px;
display: block;
}
.image_preview_container {
margin-top: 10pt;
@ -657,9 +656,9 @@ input::file-selector-button {
}
@media (min-width: 700px) {
/* #editor {
#editor {
max-width: 480px;
} */
}
.float-container {
padding: 20px;
}