yii2-usuario
yii2-usuario copied to clipboard
Malpositioned 'Disconnect' button in networks view
The view yii2-usuario/src/User/resources/views/settings/networks.php is parsed as follows:
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:
I'll create a PR