FIX: adjust tag composer input to avoid wrapping (#324)
This commit is contained in:
parent
fd0fb58eca
commit
0b9947771c
|
@ -294,13 +294,16 @@
|
|||
|
||||
// Prevent suggestion button from wrapping
|
||||
#reply-control {
|
||||
.with-category .showing-ai-suggestions .category-input,
|
||||
.with-tags .showing-ai-suggestions .mini-tag-chooser {
|
||||
.with-category .showing-ai-suggestions .category-input {
|
||||
flex-wrap: nowrap;
|
||||
.select-kit {
|
||||
max-width: calc(100% - 34px);
|
||||
max-width: calc(100% - 2.25em);
|
||||
}
|
||||
}
|
||||
|
||||
.with-tags .showing-ai-suggestions .mini-tag-chooser.select-kit {
|
||||
max-width: calc(100% - 2.25em);
|
||||
}
|
||||
}
|
||||
|
||||
.suggest-tags-button + .ai-suggestions-menu {
|
||||
|
|
Loading…
Reference in New Issue