Small vin-button class for setting hight to content.

This commit is contained in:
2020-10-26 12:56:20 +01:00
parent 13a9c00b50
commit e13b4125be

View File

@@ -168,6 +168,10 @@ textarea {
opacity: 0.25;
cursor: not-allowed;
}
&.small {
height: min-content;
}
}