Add min-width to .drawing-board-controls to keep the in-painting controls on one line.

This commit is contained in:
Marc-Andre Ferland 2022-10-08 05:54:53 -04:00
parent 11962facde
commit 80826eb500

View File

@ -261,6 +261,9 @@ img {
.drawing-board-canvas-wrapper {
background-size: 100% 100%;
}
.drawing-board-controls {
min-width: 273px;
}
.drawing-board-control > button {
background-color: #eee;
border-radius: 3pt;