feature: order 'N' 6th row; chore: textareas sizing

This commit is contained in:
2024-05-28 16:21:00 +02:00
parent d84ad635ee
commit d76c9a8521
6 changed files with 96 additions and 26 deletions
+6
View File
@@ -186,4 +186,10 @@ select {
opacity: 0;
}
}
textarea.others {
width: 100%;
min-height: 200px;
resize: vertical;
}
</style>