mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
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…
x
Reference in New Issue
Block a user