fix urdu language delete icon alignment
This commit is contained in:
parent
19d3605e11
commit
f1322c8ce7
1 changed files with 5 additions and 0 deletions
|
|
@ -160,6 +160,11 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
|
[dir="rtl"] & {
|
||||||
|
left: 16px;
|
||||||
|
right: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue