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
|
// Prevent suggestion button from wrapping
|
||||||
#reply-control {
|
#reply-control {
|
||||||
.with-category .showing-ai-suggestions .category-input,
|
.with-category .showing-ai-suggestions .category-input {
|
||||||
.with-tags .showing-ai-suggestions .mini-tag-chooser {
|
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
.select-kit {
|
.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 {
|
.suggest-tags-button + .ai-suggestions-menu {
|
||||||
|
|
Loading…
Reference in New Issue