1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

fix: add missing css property

This commit is contained in:
Yeokyung Yoon 2022-07-09 09:29:12 +09:00
parent 0bba53caad
commit 5e35c2bd96

View file

@ -102,6 +102,7 @@
--input {
padding: 10px;
width: 100%;
line-height: 18px;
border: solid 1px transparent;
border-radius: 8px;
background-color: var(--color-input-primary);