Skip to content
Snippets Groups Projects
Commit 4fff76a5 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

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

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

See merge request !153
parents 28eabbea 8ce0e807
No related branches found
No related tags found
1 merge request!153Fix message box width on the setting tab in mobile-UI
Pipeline #29594 passed
......@@ -559,6 +559,9 @@
.el-message {
min-width: 80%;
}
.el-message-box {
width: 80%;
}
.el-select__tags {
overflow: hidden;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment