Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8c9b15a

Browse files
author
Victor George
committed
show password label tacky fixes
1 parent 852f642 commit 8c9b15a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

assets/css/account/login.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
input[type="text"],
1313
toggle-password {
1414
width: 380px;
15+
padding-right: 10px;
1516
}
1617

1718
toggle-password {

assets/css/account/register.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@
9494
margin-top: 30px;
9595
}
9696
}
97+
98+
toggle-password-with-tips label {
99+
display: flex !important;
100+
line-height: 20px !important;
101+
padding-right: 10px !important;
102+
}

0 commit comments

Comments
 (0)