Skip to content

Commit 2fd45e5

Browse files
authored
Merge pull request #33707 from nextcloud/bugfix/update-container
Avoid size changes on web ui update
2 parents fcc5f1e + 8b86a07 commit 2fd45e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/guest.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ p.info {
625625

626626
/* Update */
627627
.update {
628-
width: inherit;
628+
width: calc(100% - 32px);
629629
text-align: center;
630630
}
631631
.update .appList {

0 commit comments

Comments
 (0)