Skip to content

Commit 6629c7e

Browse files
committed
feat(admin-ui): update scroll on main card
1 parent badfe45 commit 6629c7e

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

admin-ui/app/locales/en/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"sql": "Sql",
268268
"logging": "Logging",
269269
"mau": "Active Users",
270-
"oauthserver": "OAuth server",
270+
"oauthserver": "Auth server",
271271
"persistence": "Persistence",
272272
"person": "Person",
273273
"properties": "Properties",

admin-ui/app/locales/fr/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"sql": "Sql",
2323
"logging": "Enregistrement",
2424
"mau": "MAU",
25-
"oauthserver": "Serveur OAuth",
25+
"oauthserver": "Serveur Auth",
2626
"persistence": "Persistance",
2727
"person": "Personne",
2828
"properties": "Propriétés",

admin-ui/app/locales/pt/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"sql": "Sql",
2222
"logging": "Exploração madeireira",
2323
"mau": "MAU",
24-
"oauthserver": "Servidor OAuth",
24+
"oauthserver": "Servidor Auth",
2525
"persistence": "Persistência",
2626
"person": "Pessoa",
2727
"properties": "Propriedades",

admin-ui/app/routes/Apps/Gluu/styles/applicationstyle.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ export default {
3030
content: '',
3131
},
3232
mainCard: {
33-
height: '85vh',
33+
minHeight: '70vh',
3434
borderRadius: 24,
3535
padding: 12,
36-
overflowY: 'auto',
3736
}
3837
}

0 commit comments

Comments
 (0)