Topic-icon SC Login Display Cropped

Active Subscriptions:

None
2 years 4 days ago #67943 by mbellard
The right side of our login is displaying cropped. I don't know what might be causing this, any tips would be appreciated. 
Attachments:
The topic has been locked.
Support Specialist
2 years 3 days ago #67944 by mel
Replied by mel on topic SC Login Display Cropped
The border-radius is incorrect. We put a style class on the input element but it probably shouldn't be there when the forgot passwords buttons aren't present. The class expects the button right next to it and styles the input to have a flat edge.

Here's some CSS to workaround it:
#sclogin-passwd, #sclogin-username {
    border-radius: 0 4px 4px 0;
}
The topic has been locked.