UX: make tag input full width for PMs (#12158)
diff --git a/app/assets/stylesheets/common/base/compose.scss b/app/assets/stylesheets/common/base/compose.scss
index 87bc20a..b5f009c 100644
--- a/app/assets/stylesheets/common/base/compose.scss
+++ b/app/assets/stylesheets/common/base/compose.scss
@@ -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 {
GitHub sha: 47ef8350