Skip to content

Commit

Permalink
FIX: translations should display inline
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed May 24, 2022
1 parent 7f27670 commit 93648dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/translation/translation.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
.tln,
.translation {

quotes: '' '' '' '';
display: inline;
quotes : '' '' '' '';

&::before {
content: open-quote;
Expand Down

0 comments on commit 93648dc

Please sign in to comment.