Merge "Restrict width of diff feedback button mobile"

This commit is contained in:
jenkins-bot 2018-03-20 02:09:11 +00:00 committed by Gerrit Code Review
commit 39a8c9e14b

View file

@ -8,3 +8,9 @@
.ve-ui-mwMobileSaveDialog .content {
margin: 0;
}
.ve-ui-mwSaveDialog-visualDiffFeedback {
max-width: 50%;
overflow: hidden;
text-overflow: ellipsis;
}