Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Commit 6432c6e

Browse files
committed
fix search cursor placement
1 parent 82ae32b commit 6432c6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dist/css/blobselect.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/blobselect.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ $transition-speed: .3s;
213213

214214
// The search field.
215215
.blobselect-item-search {
216+
display: flex;
217+
align-items: center;
218+
line-height: 35px;
219+
216220
margin-bottom: 5px;
217221
padding: 0 10px 0 35px;
218222
height: 35px;

0 commit comments

Comments
 (0)