mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Remove max-width from save summary
Prevents mis-alignment of textbox and checkbox bar on mobile. Change-Id: I33d8a2bd4e30d2ed4d61942a7646299f9935bc32
This commit is contained in:
parent
e81c6e5b43
commit
526b2c0656
|
@ -11,6 +11,7 @@
|
|||
|
||||
.ve-ui-mwSaveDialog-summary {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue