make input take the full width

This commit is contained in:
Girish Ramakrishnan
2025-09-12 15:42:33 +02:00
parent d5e82110c3
commit bd58e02a18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ onMounted(async () => {
gap: 5px;
}
.copy-container TextInput {
.copy-container input {
width: 100%;
}