fix urdu language delete icon alignment

This commit is contained in:
10G Meow 2023-04-10 08:22:37 +00:00 committed by N Pex
parent 19d3605e11
commit f1322c8ce7

View file

@ -160,6 +160,11 @@ export default {
position: absolute;
right: 16px;
align-self: center;
[dir="rtl"] & {
left: 16px;
right: unset;
}
}
}
</style>