1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00: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;
}
}