FIX: Adjust for overlap in AI buttons

This commit is contained in:
Jordan Vidrine 2023-11-04 12:48:46 -05:00 committed by GitHub
parent f6996a6ef0
commit 47fdb1acbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -262,6 +262,10 @@
}
}
#reply-control .showing-ai-suggestions .category-chooser {
max-width: calc(100% - 41px); // width of AI button
}
.suggest-tags-button,
.suggest-category-button {
display: block;