Fixed RTL issue with replies
parent
8271551c33
commit
1be8bdfa9b
|
|
@ -33,7 +33,7 @@ export default styled.div<BaseMessageProps>`
|
||||||
overflow: none;
|
overflow: none;
|
||||||
padding: 0.125rem;
|
padding: 0.125rem;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding-right: 16px;
|
padding-inline-end: 16px;
|
||||||
|
|
||||||
@media (pointer: coarse) {
|
@media (pointer: coarse) {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue