mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-06 14:10:12 +01:00
[design] improve textarea line height
This commit is contained in:
parent
f0a5e6c0f6
commit
7c8b845097
@ -92,7 +92,7 @@ textarea {
|
||||
margin: 0 0 1em 0;
|
||||
color: rgb(var(--form-input-text));
|
||||
font-size: 1em;
|
||||
line-height: 1.8;
|
||||
line-height: 1.6;
|
||||
font-family: var(--font-regular);
|
||||
height: 10em;
|
||||
min-height: 2.5em;
|
||||
|
@ -219,7 +219,7 @@
|
||||
<div class="input-wrap">
|
||||
<label for="style-guide-form-group-1">Form Group</label>
|
||||
<div class="form-group form-group-block mb-0">
|
||||
<input id="style-guide-form-group-1" class="form-group-item-half mb-0" type="text" placeholder="Placeholder" tabindex="1" maxlength="7" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
|
||||
<input id="style-guide-form-group-1" class="form-group-item-half mb-0" type="text" placeholder="Placeholder" tabindex="1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
|
||||
<input id="form-group-3" class="form-group-item-half mb-0" type="color" value="#000000" tabindex="1">
|
||||
<button class="button mb-0" tabindex="1"><span class="button-text">Button</span></button>
|
||||
<select id="select-2" class="mb-0" tabindex="1">
|
||||
|
Loading…
Reference in New Issue
Block a user