Browse Source

max-height on icon image

pull/307/head
Kyle Spearrin 7 years ago
parent
commit
4222b192c4
  1. 1
      src/scss/styles.scss

1
src/scss/styles.scss

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

Loading…
Cancel
Save