summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-26 07:43:59 +0200
committerJulius Härtl <jus@bitgrid.net>2022-08-26 07:52:35 +0200
commit8b86a07a3f9c2501222667519c44274271daddee (patch)
tree736a2569d64e06f7d32cdb4c48d38f39e571ac6b /core
parent2fcae35e0f79625d7328c7e95dcda3029633c90a (diff)
downloadnextcloud-server-8b86a07a3f9c2501222667519c44274271daddee.tar.gz
nextcloud-server-8b86a07a3f9c2501222667519c44274271daddee.zip
Avoid side changes on web ui update
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 4a88674df4f..74b7a5571dd 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -625,7 +625,7 @@ p.info {
/* Update */
.update {
- width: inherit;
+ width: calc(100% - 32px);
text-align: center;
}
.update .appList {