mirror of https://github.com/zulip/zulip.git
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:
parent
798391824b
commit
cef1e3363c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue