- Issue created by @Vako
- 🇩🇪Germany anacolautti
Hi Vako
I enabled the Login popup (2.1.0) on a Drupal 10.3.1 site. Tested the login both with the dev and the 6.0.4 versions, in Edge, Safari, Firefox and Chrome, and I don"t see the issue you're describing.I noticed though, that the icon could be moved below the input field (like in your screenshot) if the
<button class="shpwd">...
has a display block instead of inline-block (which should be the default).This is what I see as styles for the button element:
could you check if yours is also display-inline?
- Status changed to Postponed: needs info
8 months ago 6:45pm 9 August 2024 - Status changed to Closed: cannot reproduce
5 months ago 5:58pm 3 November 2024 - 🇩🇪Germany anacolautti
I'm closing this issue because of inactivity. Feel free to reopen it if needed.
- 🇳🇱Netherlands finne Amsterdam
I had the same issue, in Bootstrap 5.3.3 _form_control.scss there is a rule
.form-control { display: block; }
When I override this to inline-block it fixes the position.