summaryrefslogtreecommitdiff
path: root/src/components/shared
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-12-06 14:57:59 +0800
committerHaishan <[email protected]>2020-12-06 20:19:51 +0800
commit8a50ef4ef2f6f6044d36ea2f4fe06e663083972e (patch)
treeda098c1434b5f745f391330dde37b6468deec45b /src/components/shared
parenta8c6cd23ce2b585362f515080b2167990c554fed (diff)
feat: initial Chinese UI language support
Diffstat (limited to 'src/components/shared')
-rw-r--r--src/components/shared/Select.module.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/shared/Select.module.css b/src/components/shared/Select.module.css
index cbd1ffe..3ea430e 100644
--- a/src/components/shared/Select.module.css
+++ b/src/components/shared/Select.module.css
@@ -1,5 +1,6 @@
.select {
height: 30px;
+ line-height: 1.5;
width: 100%;
padding-left: 8px;
appearance: none;