mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -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;
|
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 a new issue