[design] improve textarea line height

This commit is contained in:
zombieFox 2019-11-11 00:06:28 +00:00
parent f0a5e6c0f6
commit 7c8b845097
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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">