feat add localization & auto focus.

This commit is contained in:
elforjani13
2021-12-13 20:14:16 +02:00
parent a52f00eeb2
commit 897e674912
7 changed files with 72 additions and 21 deletions

View File

@@ -16,6 +16,7 @@
.bp3-form-content {
textarea {
width: 100%;
min-height: 85px;
min-width: 100%;
font-size: 14px;
}
@@ -25,7 +26,7 @@
.bp3-dialog-footer {
display: flex;
justify-content: flex-start;
padding-top: 10px;
// padding-top: 10px;
margin-left: 10px;
}
}