[CSS Bug] Login Screen Passkey Button - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

[CSS Bug] Login Screen Passkey Button

Brad Thompson

Brad Thompson

Helix Framework 2 weeks ago

There's a style bug in Helix Ultimate where the Passkey Sign-in button is squished by too much margin. Joomla 6.0.0 Helix Ultimate 2.2.1

Screenshot:

tempate.css

.form-horizontal .controls { margin-left: 220px; }

Solution: Get rid of this margin.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #209190

Ok, I see it on my demo too. I informed developer already.


Here is temporary fix:

.com-users-login__submit.control-group > .controls {margin: 0;}

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #209188

Hi Brad,

in login module or login component view?

0