Merge pull request #17716 from overleaf/jel-sso-config-test-data

[web] Wrap long values in group SSO test result

GitOrigin-RevId: 7d6a7a5ba8a07038e17a815373c3785fa3363f06
This commit is contained in:
Jessica Lawshe 2024-04-03 09:12:39 -05:00 committed by Copybot
parent d8f870555c
commit b609fbe95c

View file

@ -318,6 +318,13 @@ h3.group-settings-title {
}
}
}
.payload-content-user-info-item {
margin-bottom: @margin-xs;
display: inline-block;
width: 100%;
overflow-wrap: break-word;
}
}
}