0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

Merge pull request #1363 from logto-io/charles-log-3336-notification-text-on-demo-app-should-not-wrap

style(console): notification text in demo-app should not wrap on desktop
This commit is contained in:
Charles Zhao 2022-07-02 15:15:18 +08:00 committed by GitHub
commit 90efa6fe96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -505,7 +505,7 @@ const translation = {
},
},
demo_app: {
notification: 'Use the username and password to sign in this demo.',
notification: 'Use your admin console account to sign in to this demo app.',
title: "You've successfully signed in the demo app!",
subtitle: 'Here is your log in information:',
username: 'Username: ',

View file

@ -486,7 +486,7 @@ const translation = {
},
},
demo_app: {
notification: '请使用管理员帐号密码登录本示例应用',
notification: '请使用你的管理控制台帐号来登录本示例应用',
title: '恭喜!你已成功登录到示例应用!',
subtitle: '以下是你本次登录的用户信息:',
username: '用户名:',

View file

@ -20,6 +20,7 @@
.appNotification {
top: _.unit(-6);
transform: translate(-50%, -100%);
width: fit-content;
max-width: 520px;
}
}