Merge branch 'fix-mobile-styles' into 'develop'

Fix message box width on the setting tab in mobile-UI

See merge request pleroma/admin-fe!153
This commit is contained in:
Angelina Filippova 2020-08-07 23:46:37 +00:00
commit 4fff76a531

View file

@ -559,6 +559,9 @@
.el-message {
min-width: 80%;
}
.el-message-box {
width: 80%;
}
.el-select__tags {
overflow: hidden;
}