FIX: Adjust for overlap in AI buttons
This commit is contained in:
parent
f6996a6ef0
commit
47fdb1acbf
|
@ -262,6 +262,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#reply-control .showing-ai-suggestions .category-chooser {
|
||||||
|
max-width: calc(100% - 41px); // width of AI button
|
||||||
|
}
|
||||||
|
|
||||||
.suggest-tags-button,
|
.suggest-tags-button,
|
||||||
.suggest-category-button {
|
.suggest-category-button {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue