We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3765a0 commit ff61596Copy full SHA for ff61596
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Enh: Changed exception thrown in PasswordRecoveryService from `RuntimeException` to `NotFoundException`. (eseperio)
6
- New #553: created Da\User\AuthClient\Microsoft365 auth client (edegaudenzi)
7
- Ehh: Added SecurityHelper to the Bootstrap classMap
8
+- Fix #572: Correctly positioned the 'Disconnect' button in networks view
9
10
## 1.6.3 Mar 18th, 2024
11
src/User/resources/views/settings/networks.php
@@ -57,7 +57,7 @@
57
<td style="vertical-align: middle">
58
<strong><?= $client->getTitle() ?></strong>
59
</td>
60
- <td style="width: 120px">
+ <td style="min-width: 120px; width: 120px">
61
<?= $auth->isConnected($client) ?
62
Html::a(
63
Yii::t('usuario', 'Disconnect'),
0 commit comments