select

Better select widgets in vanilla javascript.  https://p.ce9e.org/select/demo/
git clone https://git.ce9e.org/select.git

commit
cc7934ce44acd8b7673454062f93e41c61bcac0d
parent
ee2b36a34286dfe9ce06a3052618cc38b245bd49
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-08-10 20:45
tewak values margin

Diffstat

M select.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/select.css b/select.css

@@ -82,7 +82,7 @@
   82    82 	display: inline-block;
   83    83 	position: relative;
   84    84 	z-index: 1;  /* on top of input */
   85    -1 	margin-block: 0.1em;
   -1    85 	margin-block-end: 0.2em;
   86    86 	margin-inline-end: 0.2em;
   87    87 	cursor: default;
   88    88 }