Skip to content

Commit

Permalink
Fix [Feature vectors] align version tag with other filter fields (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras-Hlukhovetskyi authored Mar 7, 2025
1 parent c34575e commit 5a92cb2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/common/FormTagFilter/formTagFilters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: relative;
display: flex;
flex-direction: column;
width: auto;
width: 100%;
min-width: 200px;
height: 60px;
color: $mulledWine;
Expand All @@ -20,7 +20,8 @@
}

&__input {
width: 196px;
width: 100%;
min-width: 196px;
height: 100%;
padding: 10px;
color: $mulledWine;
Expand All @@ -36,9 +37,9 @@
}

&__dropdown {
align-items: normal;
width: 100%;
max-height: 400px;
align-items: normal;
overflow-y: auto;
background-color: $white;
border: $primaryBorder;
Expand Down

0 comments on commit 5a92cb2

Please sign in to comment.