#572 Correctly positioned the 'Disconnect' button in networks view

This commit is contained in:
enrico.degaudenzi@connectorly.io
2025-04-16 16:04:54 +01:00
parent f3765a041e
commit ff61596e56
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ $this->params['breadcrumbs'][] = $this->title;
<td style="vertical-align: middle">
<strong><?= $client->getTitle() ?></strong>
</td>
<td style="width: 120px">
<td style="min-width: 120px; width: 120px">
<?= $auth->isConnected($client) ?
Html::a(
Yii::t('usuario', 'Disconnect'),