Fix modal close button position
This commit is contained in:
parent
dd77235f2c
commit
3b1646f27d
|
@ -390,7 +390,7 @@ body {
|
|||
// RTL compatibility
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
.modal .modal-header .modal-title {
|
||||
:root[dir=rtl] .modal .modal-header .modal-title {
|
||||
margin-inline-end: auto;
|
||||
margin-right: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue