Fix image editor display

Fix for the cut off controls
This commit is contained in:
patriceac 2023-01-09 09:29:31 -08:00 committed by GitHub
parent a5350eb3cc
commit 18aca98e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
padding-left: 32px;
text-align: left;
padding-bottom: 20px;
max-width: min-content;
}
.editor-options-container {
display: flex;
row-gap: 10px;
max-width: 210px;
}
.editor-options-container > * {