mirror of https://github.com/zulip/zulip.git
Add some padding on email
(imported from commit 59746e712cf9a5f75bb9dbf3f9a4257a7667dbab)
This commit is contained in:
parent
02fa8e5f17
commit
d7a5fa3d99
|
@ -76,6 +76,10 @@ span.zephyr_sender_name {
|
|||
|
||||
span.zephyr_sender_email {
|
||||
font-size: 80%;
|
||||
|
||||
/* Use padding, not margin, so that there's a continuous
|
||||
region of 'hover-ability' between fullname and email. */
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
span.zephyr_sender_username {
|
||||
|
|
Loading…
Reference in New Issue