Make width of TextInput 100% here instead of pankow

This commit is contained in:
Girish Ramakrishnan
2025-09-09 09:36:56 +02:00
parent 2a089eab08
commit a560c9c1ee
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -214,4 +214,8 @@ onMounted(async () => {
gap: 5px;
}
.copy-container TextInput {
width: 100%;
}
</style>