forked from abner/for-legacy-web
Fixed RTL issue with replies
parent
123dc6bbfc
commit
5930415c05
|
|
@ -33,7 +33,7 @@ export default styled.div<BaseMessageProps>`
|
|||
overflow: none;
|
||||
padding: 0.125rem;
|
||||
flex-direction: row;
|
||||
padding-right: 16px;
|
||||
padding-inline-end: 16px;
|
||||
|
||||
@media (pointer: coarse) {
|
||||
user-select: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue