Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Change .selectr-selected item alignment #148

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/selectr.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
border: 1px solid #999;
border-radius: 3px;
background-color: #fff;
display: flex;
flex-direction: row;
align-items: center;
}

.selectr-selected::before {
Expand Down Expand Up @@ -402,4 +405,4 @@
*::placeholder {
color: #6c7a86;
opacity: 1;
}
}