Skip to content

Commit

Permalink
fix: searchbox minimum size [EP-3026] (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-qc authored Oct 8, 2020
1 parent 65bc856 commit 992cf68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/earth-map/src/components/searchbox/Searchbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const SearchBox = (props: ISearchbox) => {
);

return (
<div className="marapp-qa-searchbox ng-padding-medium ng-flex ng-ep-background-dark ng-padding-top-remove">
<div className="marapp-qa-searchbox ng-padding-medium ng-ep-background-dark ng-padding-top-remove">
<div className={searchBoxClasses}>
<i className="ng-icon ng-icon-small ng-icon-search ng-color-mdgray ng-margin-small-horizontal" />
<input
Expand Down
2 changes: 1 addition & 1 deletion packages/earth-map/src/components/searchbox/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

.ng-search-box {
min-height: 36px;
}
}
1 change: 1 addition & 0 deletions packages/earth-map/src/components/tabs/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.ng-ep-tabs {
display: flex;
user-select: none;
min-height: 36px;

.ng-ep-tab {
font-size: 16px;
Expand Down

0 comments on commit 992cf68

Please sign in to comment.