mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow users to select UI language at login or from Preferences rather than unpredictable behaviour from browsers. Fixes #2190
This commit is contained in:
committed by
Dave Page
parent
6cb9ece6fd
commit
0eda6033df
@@ -767,3 +767,16 @@ lgg-el-container[el=md] .pg-el-lg-8,
|
||||
.show_progress {
|
||||
cursor: progress;
|
||||
}
|
||||
.user-language {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.user-language label{
|
||||
float:left;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
.user-language div{
|
||||
float:left;
|
||||
}
|
||||
.user-language select{
|
||||
height: 25px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user