Empty placeholder component. CSS fixes.

This commit is contained in:
Mike Cao 2020-08-10 19:54:03 -07:00
parent cd76cc895f
commit e309376150
8 changed files with 85 additions and 19 deletions

View file

@ -54,9 +54,14 @@ textarea {
line-height: 1.8;
border: 1px solid var(--gray500);
border-radius: 4px;
width: 100%;
outline: none;
resize: none;
flex: 1;
}
label {
flex: 1;
margin-right: 20px;
}
dt {