0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): notification text in demo-app should not wrap on desktop

This commit is contained in:
Charles Zhao 2022-07-02 02:08:10 +08:00
parent 2bea8bf1e2
commit dc16aaf513
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
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;
}
}