Skip to content

Commit ba312a7

Browse files
Merge pull request #523 from nextcloud/backport/522/stable21
[stable21] Fix language selector on public page
2 parents 3458e0e + e593011 commit ba312a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css/overlay.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
select {
2626
float: right;
27+
padding: 0 12px;
2728
}
2829

2930
.clear-both {

lib/Listener/RegistrationIntegration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public function showEmailForm(ShowFormEvent $event): void {
8686
return;
8787
}
8888

89+
Util::addStyle('terms_of_service', 'overlay');
8990
Util::addScript('terms_of_service', 'terms_of_service_registration');
9091
}
9192

0 commit comments

Comments
 (0)