0.0.295 fix disabled buttons in different forms

This commit is contained in:
2023-12-01 21:34:57 +03:00
parent 9ed06e741e
commit 1720e156d2
4 changed files with 32 additions and 16 deletions

View File

@@ -918,7 +918,7 @@
width: 100%;
}
.counter-box>textarea{
width: calc(100% - 10px);
width: calc(100% - 15px);
max-width: unset;
min-width: unset;
}