diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-10-19 10:20:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 10:20:56 +0200 |
commit | f3d5f2717f0f813633543bc0ad17dab975e78f58 (patch) | |
tree | 85fa783a84a19c7d2b469d8f396483476d44c6e5 /core/css | |
parent | 0882e2bbbb049670d14bf4ff9b7204b0399c6d3f (diff) | |
parent | 478ed7ae75a2b6bfdff37029532819c10e88329f (diff) | |
download | nextcloud-server-f3d5f2717f0f813633543bc0ad17dab975e78f58.tar.gz nextcloud-server-f3d5f2717f0f813633543bc0ad17dab975e78f58.zip |
Merge pull request #29295 from nextcloud/fix/button-clip
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 3 |
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; |