Merge "Sensible limits for resizeable booklet panels"

This commit is contained in:
jenkins-bot 2024-10-23 18:09:41 +00:00 committed by Gerrit Code Review
commit 563e592a0f

View file

@ -242,8 +242,10 @@
float: left; float: left;
width: 20%; width: 20%;
height: 125px; height: 125px;
overflow: auto; overflow: hidden auto;
resize: horizontal; resize: horizontal;
min-width: 6em;
max-width: 50%;
> div { > div {
padding: 4px 4px 4px 6px; padding: 4px 4px 4px 6px;