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:
authorJulius Härtl <jus@bitgrid.net>2021-10-19 11:20:56 +0300
committerGitHub <noreply@github.com>2021-10-19 11:20:56 +0300
commitf3d5f2717f0f813633543bc0ad17dab975e78f58 (patch)
tree85fa783a84a19c7d2b469d8f396483476d44c6e5
parent0882e2bbbb049670d14bf4ff9b7204b0399c6d3f (diff)
parent478ed7ae75a2b6bfdff37029532819c10e88329f (diff)
Merge pull request #29295 from nextcloud/fix/button-clip
-rw-r--r--core/css/guest.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index e4da775411c..df38675c66c 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -151,6 +151,7 @@ form #datadirField legend {
display: flex;
align-items: center;
justify-content: center;
+ padding: 10px 5px;
position: relative; /* Make the wrapper the containing block of its
absolutely positioned descendant icons */
}
@@ -164,7 +165,7 @@ form #datadirField legend {
}
.alternative-logins a.button {
- margin: 10px 5px;
+ margin: 0;
display: block;
font-size: 15px;
white-space: nowrap;