Skip to content

Malpositioned 'Disconnect' button in networks view #572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
edegaudenzi opened this issue Apr 16, 2025 · 0 comments
Open

Malpositioned 'Disconnect' button in networks view #572

edegaudenzi opened this issue Apr 16, 2025 · 0 comments

Comments

@edegaudenzi
Copy link
Contributor

edegaudenzi commented Apr 16, 2025

The view yii2-usuario/src/User/resources/views/settings/networks.php is parsed as follows:

Image

Do you notice the slightly odd (and so annoying! :) indentation of the 'Disconnect' button? That's because the <td> is inline set to width:120px, but we also need to define a min-width:120px as well. End result is something like:

Image

I'll create a PR

edegaudenzi pushed a commit to edegaudenzi/yii2-usuario that referenced this issue Apr 16, 2025
maxxer added a commit that referenced this issue Apr 28, 2025
…isconnect_button_in_networks_view

#572 Correctly positioned the 'Disconnect' button in networks view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant