mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 10:51:41 -05:00
Fix : Share Expire After N Days width
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
48521d67e1
commit
ebe14b1d97
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ table.grid td.date {
|
|||
}
|
||||
|
||||
input#shareapiExpireAfterNDays {
|
||||
width: 40px;
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.indent {
|
||||
|
|
|
|||
Loading…
Reference in a new issue