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

Commit fdf3733

Browse files
author
vikasrohit
committed
SUP-2970, Password input field - show password checkbox broken on Edit Profile
-- Fixed padding of input after changes for SUP-2930. SUP-2930 fixed the wrapping of the label.
1 parent 5e8537a commit fdf3733

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

assets/css/account/register.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,3 @@
7979
position: initial;
8080
}
8181
}
82-
83-
toggle-password-with-tips label {
84-
display: flex !important;
85-
line-height: 20px !important;
86-
padding-right: 10px !important;
87-
}

assets/css/directives/toggle-password-with-tips.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ toggle-password-with-tips {
2020
}
2121

2222
label {
23+
display: flex !important;
24+
line-height: 20px !important;
2325
position: absolute;
2426
top: 10px;
2527
right: 0px;

assets/css/directives/toggle-password.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ toggle-password {
2020
}
2121

2222
label {
23+
display: flex !important;
24+
line-height: 20px !important;
2325
position: absolute;
2426
top: 10px;
2527
right: 0px;

assets/css/settings/settings.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,7 @@
352352
@media only screen and (min-width: 768px) {
353353
}
354354
.password {
355-
padding-left: 30px;
356-
height: 40px;
357-
padding-left: 15px;
358-
padding-right: 5px;
355+
padding-left: 0px;/* to override the padding set by topcoder.scss for forms */
359356
&:hover {
360357
cursor: text;
361358
}

0 commit comments

Comments
 (0)