fix: jumping icons

This commit is contained in:
Akuoko Daniel Jnr 2021-03-24 16:51:53 +00:00
parent 7e95d6363f
commit c7597abedb
No known key found for this signature in database
GPG Key ID: 1C95803CACD3E9DC

View File

@ -113,9 +113,14 @@ const STYLES_DROPDOWN_ITEM_DARK = css`
border-radius: 50px; border-radius: 50px;
span { span {
padding: 5px; padding: 2.5px 2px;
display: flex; line-height: 1;
align-items: center; }
}
div.false {
span {
line-height: 1;
} }
} }
`; `;