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:
commit
4fff76a531
1 changed files with 3 additions and 0 deletions
|
@ -559,6 +559,9 @@
|
|||
.el-message {
|
||||
min-width: 80%;
|
||||
}
|
||||
.el-message-box {
|
||||
width: 80%;
|
||||
}
|
||||
.el-select__tags {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue