compose: Increase size of recipient menu.

We should do a better long-term fix, but the current menu feels cramped.
This commit is contained in:
Tim Abbott 2023-04-28 18:44:09 -07:00
parent 798391824b
commit cef1e3363c
1 changed files with 3 additions and 0 deletions

View File

@ -777,6 +777,9 @@ a.compose_control_button.hide {
}
.dropdown-menu {
/* The Bootstrap default of 160px wraps too early.
TODO: Replace this with a max-width and natural scaling? */
width: 200px;
top: auto;
left: -10px;
}