1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Moved styling of the textarea inside FormControl

This commit is contained in:
2024-07-07 19:09:19 +04:00
parent d3fc78533d
commit 60914e11c4
2 changed files with 13 additions and 7 deletions

View File

@@ -12,5 +12,14 @@
</label>
<style lang="scss">
.label {
margin-bottom: .5em;
}
.control {
:global(textarea) {
width: 100%;
resize: vertical;
}
}
</style>