mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #4822 from nextcloud/fix-input-size
Fix size of enforced expiry date input
This commit is contained in:
commit
98a7b34661
1 changed files with 1 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ table.grid td.date {
|
|||
}
|
||||
|
||||
#shareAPI input#shareapiExpireAfterNDays {
|
||||
width: 25px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
#shareAPI .indent {
|
||||
|
|
|
|||
Loading…
Reference in a new issue