Skip to content

Commit ff61596

Browse files
2amigos#572 Correctly positioned the 'Disconnect' button in networks view
1 parent f3765a0 commit ff61596

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Enh: Changed exception thrown in PasswordRecoveryService from `RuntimeException` to `NotFoundException`. (eseperio)
66
- New #553: created Da\User\AuthClient\Microsoft365 auth client (edegaudenzi)
77
- Ehh: Added SecurityHelper to the Bootstrap classMap
8+
- Fix #572: Correctly positioned the 'Disconnect' button in networks view
89

910
## 1.6.3 Mar 18th, 2024
1011

src/User/resources/views/settings/networks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<td style="vertical-align: middle">
5858
<strong><?= $client->getTitle() ?></strong>
5959
</td>
60-
<td style="width: 120px">
60+
<td style="min-width: 120px; width: 120px">
6161
<?= $auth->isConnected($client) ?
6262
Html::a(
6363
Yii::t('usuario', 'Disconnect'),

0 commit comments

Comments
 (0)