Fix pills in the composer having too much left padding (#8557)

pull/28217/head
Šimon Brandner 2022-05-10 20:24:29 +02:00 committed by GitHub
parent a0c3a3ab06
commit 114f0721e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ limitations under the License.
cursor: unset;
}
&::before,
.mx_BaseAvatar {
margin-left: -0.3em; // Otherwise the gap is too large
position: relative;