mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fixed RTL issue with replies
This commit is contained in:
parent
123dc6bbfc
commit
5930415c05
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue