Better layout for the "tokens" input section of the connection box

This commit is contained in:
Laurent Poujoulat 2020-04-09 15:37:28 +02:00 committed by root
parent c9e67781b4
commit f509c0c617
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<td><input id="password" type="password" data-bind="value: password"></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.token">
<td><small>Mot de passe de canal</small><br><small><small>(optionnel, uniquement pour accéder aux canaux réservés)</small></small></td>
<td><small>Mot de passe de canal</small><br><small><small>optionnel, uniquement pour<br>accéder aux canaux réservés</small></small></td>
<td>
<input type="text" data-bind='value: tokenToAdd, valueUpdate: "afterkeydown"'>
</td>