mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #29311 from nextcloud/backport/29295/stable22
This commit is contained in:
commit
1ad0d3fb07
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue