1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

[Web] Fix transport password form size

This commit is contained in:
andryyy 2020-06-16 14:17:55 +02:00
parent 2aa11ba37d
commit d3c10d6279
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -408,7 +408,7 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
</div>
<div class="form-group">
<label for="password"><?=$lang['admin']['password'];?></label>
<input class="form-control" name="password">
<input class="form-control input-sm" name="password">
</div>
<!-- <div class="form-group">
<label>