stylistic improvements for single-line mentions

This commit is contained in:
Henry Jameson 2021-06-10 13:22:36 +03:00
parent 394fd462dc
commit 0260693f51
4 changed files with 62 additions and 85 deletions

View file

@ -32,6 +32,8 @@
& .short,
& .full {
white-space: nowrap;
&::before {
content: '@';
}