Skip to content

Commit

Permalink
Merge pull request #23 from labcodes/CSYS-302-removing-fixed-width-at…
Browse files Browse the repository at this point in the history
…-searchinputs

[CSYS-302] Remove fixed width for Search components
  • Loading branch information
tiidadavena authored Apr 21, 2022
2 parents f7555d2 + 588f440 commit 72788d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scss/components/_lab-searchinput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ $remove-icon-focus: map-get($search-theme, "30");
.lab-standard-search {
@include remove-delete-icon-search-input;
position: relative;
z-index: 99;
width: 320px;
width: 100%;
margin-top: $spacing-3;
box-sizing: border-box;
border-radius: $radius-1;
display: block;

.lab-search__remove-icon {
margin-right: $spacing-13;
Expand Down Expand Up @@ -156,10 +156,11 @@ $remove-icon-focus: map-get($search-theme, "30");
.lab-inline-search {
@include remove-delete-icon-search-input;
position: relative;
width: 320px;
width: 100%;
margin-top: $spacing-3;
box-sizing: border-box;
border-radius: $radius-1;
display: block;

.lab-search__field {
padding-left: $spacing-13;
Expand Down

0 comments on commit 72788d1

Please sign in to comment.