Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinecai committed Dec 20, 2024
1 parent 88901ee commit 76b7bd9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/src/modules/Course/Styles/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,19 @@
}

.values {
width: 100%;
flex: 1;
display: flex;
flex-flow: row wrap;
flex-wrap: wrap;
gap: 0.5em;
align-items: center;
overflow-x: auto;
}

.searchInput {
flex: 1;
border: none;
outline: none;
min-width: 50px;
}

.searchInput::placeholder {
Expand All @@ -51,6 +54,7 @@

.value>img {
width: 10px;
cursor: pointer;
}

.dropdownicon {
Expand Down

0 comments on commit 76b7bd9

Please sign in to comment.