Skip to content

Commit

Permalink
Remove extra space from bottom of UnicodeBlock <select> element
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <Ryan.J.Hilbert@gmail.com>
  • Loading branch information
RyanHilbert authored Oct 31, 2024
1 parent a555bce commit 174becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ val html = StringBuilder("""<!DOCTYPE html>
}
>select{ direction:initial; display:block; width:100%; overflow-y:auto; text-align-last:justify;
option{ padding-right: .5ch }
&:last-child option{ text-align-last:initial; font-size:xx-small }
&:last-child{ text-align-last:initial; font-size:xx-small }
}
}>form{ overflow-y:auto; line-height:0; font-size:0;
>section{ contain:strict; display:inline;
Expand Down

0 comments on commit 174becf

Please sign in to comment.