mirror of https://github.com/zulip/zulip.git
navbar: Remove redundant .emoji styles from scss.
This commit fixes the alignment of emoji in the navbar by removing a redundant style which was breaking the emoji alignment. This block is probably just a remanent from WIP development of this version of the navbar & its inclusion on master was as an oversight.
This commit is contained in:
parent
ea0810e13f
commit
7f1cafd108
|
@ -1563,10 +1563,6 @@ div.focused_table {
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
.emoji {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
padding: 12px 0px;
|
||||
padding-left: 2px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue