mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #33707 from nextcloud/bugfix/update-container
Avoid size changes on web ui update
This commit is contained in:
commit
2fd45e5fc8
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