Skip to content

Commit

Permalink
UX: make tag input full width for PMs (discourse#12158)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Feb 22, 2021
1 parent 4e716e9 commit 47ef835
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/common/base/compose.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 47ef835

Please sign in to comment.