max-height on icon image

This commit is contained in:
Kyle Spearrin 2018-12-08 14:36:55 -05:00
parent 4a301aaec3
commit 4222b192c4
1 changed files with 1 additions and 0 deletions

View File

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