Skip to content

Commit 5e47c08

Browse files
authored
Merge pull request #573 from edegaudenzi/feature/#572_malpositioned_disconnect_button_in_networks_view
#572 Correctly positioned the 'Disconnect' button in networks view
2 parents b837304 + 7f45a3b commit 5e47c08

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
@@ -9,6 +9,7 @@
99
- Fix #397: No more fatal Exceptions when connecting to already taken Social Network (edegaudenzi)
1010
- Ehh: Added option to pre-fill recovery email via url parameter (TonisOrmisson)
1111
- Ehh: Fixed pretty-url rules not initialized for console apps (TonisOrmisson)
12+
- Fix #572: Correctly positioned the 'Disconnect' button in networks view (edegaudenzi)
1213

1314
## 1.6.3 Mar 18th, 2024
1415

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)