Skip to content

Commit 13ebbb5

Browse files
fix selectors layout
1 parent 56d5b71 commit 13ebbb5

File tree

1 file changed

+5
-2
lines changed
  • frontend-app/src/components/ui/MultiSelector

1 file changed

+5
-2
lines changed

frontend-app/src/components/ui/MultiSelector/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
left: 0;
4141
z-index: 1;
4242
width: 100%;
43-
overflow-y: hidden;
43+
overflow: hidden;
4444
background-color: white;
4545
max-height: 0;
4646
outline: 1px solid transparent;
@@ -65,6 +65,8 @@
6565
}
6666

6767
.iss__manualSelector__selector {
68+
display: block;
69+
width: 100%;
6870
border: none;
6971
outline: none;
7072
font-size: 14px;
@@ -75,7 +77,8 @@
7577
}
7678

7779
.iss__manualSelector__submit {
78-
margin: 12px 0;
80+
display: block;
81+
margin: 8px auto;
7982
background-color: unset;
8083
border: 1px solid var(--issBrand);
8184
padding: 4px;

0 commit comments

Comments
 (0)