Fix size of enforced expiry date input

* fixes #4819

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-05-11 17:18:00 -05:00
parent d83f1d96d4
commit 768e88a6c0
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ table.grid td.date {
}
#shareAPI input#shareapiExpireAfterNDays {
width: 25px;
width: 40px;
}
#shareAPI .indent {