You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
edegaudenzi
pushed a commit
to edegaudenzi/yii2-usuario
that referenced
this issue
Apr 16, 2025
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 towidth:120px
, but we also need to define amin-width:120px
as well. End result is something like:I'll create a PR
The text was updated successfully, but these errors were encountered: