Skip to content

Commit

Permalink
feat(admin-ui): update scroll on main card
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Jul 13, 2022
1 parent badfe45 commit 6629c7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin-ui/app/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"sql": "Sql",
"logging": "Logging",
"mau": "Active Users",
"oauthserver": "OAuth server",
"oauthserver": "Auth server",
"persistence": "Persistence",
"person": "Person",
"properties": "Properties",
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/app/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sql": "Sql",
"logging": "Enregistrement",
"mau": "MAU",
"oauthserver": "Serveur OAuth",
"oauthserver": "Serveur Auth",
"persistence": "Persistance",
"person": "Personne",
"properties": "Propriétés",
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/app/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sql": "Sql",
"logging": "Exploração madeireira",
"mau": "MAU",
"oauthserver": "Servidor OAuth",
"oauthserver": "Servidor Auth",
"persistence": "Persistência",
"person": "Pessoa",
"properties": "Propriedades",
Expand Down
3 changes: 1 addition & 2 deletions admin-ui/app/routes/Apps/Gluu/styles/applicationstyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ export default {
content: '',
},
mainCard: {
height: '85vh',
minHeight: '70vh',
borderRadius: 24,
padding: 12,
overflowY: 'auto',
}
}

0 comments on commit 6629c7e

Please sign in to comment.