mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Merge pull request #24617 from overleaf/jel-fix-status-labels
[web] Switch to `OLBadge` to fix style in BS5 on admin SSO config labels GitOrigin-RevId: eb3745b602f33e9bd5aea3704ec6f0d2904ee5b1
This commit is contained in:
@@ -393,6 +393,7 @@
|
||||
"disable_single_sign_on": "",
|
||||
"disable_sso": "",
|
||||
"disable_stop_on_first_error": "",
|
||||
"disabled": "",
|
||||
"disabling": "",
|
||||
"disconnected": "",
|
||||
"discount": "",
|
||||
|
||||
@@ -91,6 +91,10 @@ h4.group-settings-title {
|
||||
border-bottom: 1px solid var(--border-disabled);
|
||||
margin-bottom: var(--spacing-06);
|
||||
flex-wrap: wrap;
|
||||
|
||||
.badge {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.sso-config-options-buttons {
|
||||
|
||||
@@ -515,6 +515,7 @@
|
||||
"disable_single_sign_on": "Disable single sign-on",
|
||||
"disable_sso": "Disable SSO",
|
||||
"disable_stop_on_first_error": "Disable “Stop on first error”",
|
||||
"disabled": "Disabled",
|
||||
"disabling": "Disabling",
|
||||
"disconnected": "Disconnected",
|
||||
"discount": "Discount",
|
||||
|
||||
Reference in New Issue
Block a user