mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
fix expire message going out of box, fix #9280
This commit is contained in:
parent
a4c693dd75
commit
c5fa9153ae
1 changed files with 2 additions and 1 deletions
|
|
@ -104,6 +104,7 @@ a.showCruds:hover,a.unshare:hover {
|
|||
opacity:1;
|
||||
}
|
||||
|
||||
#defaultExpireMessage, /* fix expire message going out of box */
|
||||
.reshare { /* fix shared by text going out of box */
|
||||
white-space:normal;
|
||||
}
|
||||
|
|
@ -118,4 +119,4 @@ a.showCruds:hover,a.unshare:hover {
|
|||
padding-left: 12px;
|
||||
padding-top: 12px;
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue