Set line-height for vin-button same as font-size.

This commit is contained in:
2020-09-06 14:22:01 +02:00
parent 7684fde8e5
commit ef035d3c44

View File

@@ -118,6 +118,7 @@ textarea {
border: 0;
width: fit-content;
font-size: 1.3rem;
line-height: 1.3rem;
height: 4rem;
max-height: 4rem;
cursor: pointer;