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

View file

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