Make the pill on the basic message composer compatible with display name in RTL languages (#8758)
This commit is contained in:
parent
dc1f53b6e9
commit
4b5816f5c1
2 changed files with 6 additions and 4 deletions
|
@ -48,8 +48,8 @@ limitations under the License.
|
|||
|
||||
&::before,
|
||||
.mx_BaseAvatar {
|
||||
margin-left: -0.3em; // Otherwise the gap is too large
|
||||
margin-right: 0.2em;
|
||||
margin-inline-start: -0.3em; // Otherwise the gap is too large
|
||||
margin-inline-end: 0.2em;
|
||||
}
|
||||
|
||||
a& {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue