mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
Merge "Sensible limits for resizeable booklet panels"
This commit is contained in:
commit
563e592a0f
|
@ -242,8 +242,10 @@
|
|||
float: left;
|
||||
width: 20%;
|
||||
height: 125px;
|
||||
overflow: auto;
|
||||
overflow: hidden auto;
|
||||
resize: horizontal;
|
||||
min-width: 6em;
|
||||
max-width: 50%;
|
||||
|
||||
> div {
|
||||
padding: 4px 4px 4px 6px;
|
||||
|
|
Loading…
Reference in a new issue