Merge pull request #33707 from nextcloud/bugfix/update-container

Avoid size changes on web ui update
This commit is contained in:
Carl Schwan 2022-08-26 13:08:10 +02:00 committed by GitHub
commit 2fd45e5fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -625,7 +625,7 @@ p.info {
/* Update */
.update {
width: inherit;
width: calc(100% - 32px);
text-align: center;
}
.update .appList {