UX: make tag input full width for PMs (#12158)
This commit is contained in:
parent
4e716e9ce5
commit
47ef83505f
|
@ -215,6 +215,13 @@
|
|||
.title-input {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
||||
.archetype-private_message & {
|
||||
// PMs don's have categories, so we need a wider tag input
|
||||
.mini-tag-chooser {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.category-input {
|
||||
|
|
Loading…
Reference in New Issue