Merge pull request #4822 from nextcloud/fix-input-size

Fix size of enforced expiry date input
This commit is contained in:
Lukas Reschke 2017-05-12 12:31:30 +02:00 committed by GitHub
commit 98a7b34661
1 changed files with 1 additions and 1 deletions

View File

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