diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml index 71a2d9411..9abb7c075 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml @@ -219,7 +219,7 @@

Client

- Use the client credentials to call the API with your profile information and permissions. + Use the client credentials to access the API with your profile information and permissions. This can be useful when you want to create new App from code.
diff --git a/frontend/app/theme/_static.scss b/frontend/app/theme/_static.scss index 909b3dfe9..3f76ba716 100644 --- a/frontend/app/theme/_static.scss +++ b/frontend/app/theme/_static.scss @@ -92,6 +92,16 @@ noscript { } } + .card { + border-width: 1px; + } + + label { + .card { + font-weight: normal; + } + } + // External button and icon. .external { &-button {