mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Avoid side changes on web ui update
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
2fcae35e0f
commit
8b86a07a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ p.info {
|
|||
|
||||
/* Update */
|
||||
.update {
|
||||
width: inherit;
|
||||
width: calc(100% - 32px);
|
||||
text-align: center;
|
||||
}
|
||||
.update .appList {
|
||||
|
|
|
|||
Loading…
Reference in a new issue