We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b837304 + 7f45a3b commit 5e47c08Copy full SHA for 5e47c08
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Fix #397: No more fatal Exceptions when connecting to already taken Social Network (edegaudenzi)
10
- Ehh: Added option to pre-fill recovery email via url parameter (TonisOrmisson)
11
- Ehh: Fixed pretty-url rules not initialized for console apps (TonisOrmisson)
12
+- Fix #572: Correctly positioned the 'Disconnect' button in networks view (edegaudenzi)
13
14
## 1.6.3 Mar 18th, 2024
15
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