mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
compose: Share 'normal' line height on recipient row.
This commit is contained in:
parent
7b453770d7
commit
e2bf50f358
@ -1335,6 +1335,10 @@ textarea.new_message_textarea {
|
||||
}
|
||||
|
||||
#compose-recipient {
|
||||
/* Enforce a shared, 'normal' line-height on
|
||||
the recipient elements for baseline alignment,
|
||||
and better use of the recipient-row space. */
|
||||
line-height: normal;
|
||||
display: flex;
|
||||
flex: 1 1 0;
|
||||
/* Use this containing flex element to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user