Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-26 14:08:10 +0300
committerGitHub <noreply@github.com>2022-08-26 14:08:10 +0300
commit2fd45e5fc8cd7b8f58d23f00022b3dd627b273b8 (patch)
tree693cb8052592d1a8bfc5d3bfde70aa64425f7fd4
parentfcc5f1ef3d5903e326823c5e623ef9928c3c6030 (diff)
parent8b86a07a3f9c2501222667519c44274271daddee (diff)
Merge pull request #33707 from nextcloud/bugfix/update-container
Avoid size changes on web ui update
-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 {