Fix language dropdown alignment on iOS
This commit is contained in:
parent
c9e676a16a
commit
c943ace50b
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ body .root .content.theme {
|
|||
text-align: right;
|
||||
ul {
|
||||
position:relative;
|
||||
right: 82px;
|
||||
right: 75px;
|
||||
li {
|
||||
align-items: center;
|
||||
font-family: "Kanit Regular";
|
||||
|
@ -144,7 +144,7 @@ body .root .content.theme.ar {
|
|||
.react-select.language {
|
||||
ul {
|
||||
top: 15px;
|
||||
right: 65px;
|
||||
right: 55px;
|
||||
}
|
||||
.selected-option.ar {
|
||||
font-size: x-large;
|
||||
|
|
Loading…
Reference in a new issue