UX: make tag input full width for PMs (#12158)

This commit is contained in:
Kris 2021-02-22 00:49:12 -05:00 committed by GitHub
parent 4e716e9ce5
commit 47ef83505f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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 {