- finished new flow builder UI;

- fixed reset pass functionality;
This commit is contained in:
Vitalii Kiiko
2025-01-10 12:18:53 +01:00
parent a418548e45
commit f2f844d388
6 changed files with 138 additions and 164 deletions

View File

@@ -147,6 +147,14 @@
max-width: 100%;
}
.p-password.p-inputwrapper {
width: 100%;
> div, input {
width: 100%;
}
}
.p-inputgroup.flex-1 {
align-items: center;
}