mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Realtime preview: set minimal resize limit
Add a minimal resize limit on the preview pane (`.ext-WikiEditor-twopanes-pane2`) to 248px Bug: T307105 Change-Id: If05376571bb0b223edac48adecbe124e01293c7a
This commit is contained in:
parent
19f784233a
commit
755f984335
|
@ -21,6 +21,7 @@
|
|||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 248px;
|
||||
|
||||
.ext-WikiEditor-realtimepreview-preview {
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue