Remove max-width from save summary

Prevents mis-alignment of textbox and checkbox bar
on mobile.

Change-Id: I33d8a2bd4e30d2ed4d61942a7646299f9935bc32
This commit is contained in:
Ed Sanders 2016-11-08 10:29:03 +00:00
parent e81c6e5b43
commit 526b2c0656

View file

@ -11,6 +11,7 @@
.ve-ui-mwSaveDialog-summary {
width: 100%;
max-width: none;
background-color: #fff;
}