1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

max-height on icon image

This commit is contained in:
Kyle Spearrin 2018-12-08 14:36:55 -05:00
parent 4a301aaec3
commit 4222b192c4

View File

@ -373,6 +373,7 @@ input[type="search"]::-webkit-search-cancel-button {
img {
@extend .rounded;
@extend .img-fluid;
max-height: 24px;
}
}