Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Apr 5, 2022
1 parent 6f4688f commit 35bed2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/factory/index.css.scss
Expand Up @@ -277,8 +277,7 @@ $name: 'option-picker';
z-index: 1;
* {
// Remove (hide) line-break in option editor
display: inline;
font: inherit;
display: none;
}
+ span {
bottom: 0;
Expand Down
3 changes: 1 addition & 2 deletions index.css
Expand Up @@ -277,8 +277,7 @@
z-index: 1;
}
.option-picker__input span * {
display: inline;
font: inherit;
display: none;
}
.option-picker__input span + span {
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion index.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions index.scss
Expand Up @@ -277,8 +277,7 @@ $name: 'option-picker';
z-index: 1;
* {
// Remove (hide) line-break in option editor
display: inline;
font: inherit;
display: none;
}
+ span {
bottom: 0;
Expand Down

0 comments on commit 35bed2b

Please sign in to comment.