slight css adjustments
This commit is contained in:
parent
db86b1ce4c
commit
12cc5dffa5
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ th {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 20in;
|
max-height: 20in;
|
||||||
padding:.02in .2in;
|
padding: .02in .2in 0 .1in;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -621,7 +621,7 @@ textarea {
|
||||||
width: 3.5in;
|
width: 3.5in;
|
||||||
resize: none;
|
resize: none;
|
||||||
height: 1.5in;
|
height: 1.5in;
|
||||||
font-size: 1rem;
|
font-size: .75rem;
|
||||||
}
|
}
|
||||||
textarea:focus-visible {
|
textarea:focus-visible {
|
||||||
outline: 2px solid var(--focus);
|
outline: 2px solid var(--focus);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue