Merge branch '381-language-urdu-edit-profile-pop-up-is-left-aligned' into 'dev'
fix urdu profile popup alignment For issue #381 See merge request keanuapp/keanuapp-weblite!166
This commit is contained in:
commit
c8040b2ac2
1 changed files with 5 additions and 6 deletions
|
|
@ -128,7 +128,7 @@ export default {
|
||||||
|
|
||||||
[dir="rtl"] & {
|
[dir="rtl"] & {
|
||||||
right: inherit;
|
right: inherit;
|
||||||
left: 10px;
|
left: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
|
|
@ -205,7 +205,6 @@ export default {
|
||||||
@media #{map-get($display-breakpoints, 'lg-and-up')} {
|
@media #{map-get($display-breakpoints, 'lg-and-up')} {
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
width: $main-desktop-width;
|
width: $main-desktop-width;
|
||||||
;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
right: unset;
|
right: unset;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue