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:
-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 {