Browse Source

fix: text-alignments of chat messages

pull/1886/head
Jannik 6 years ago
parent
commit
5fdc881122
  1. 3
      web/styles/chat.scss

3
web/styles/chat.scss

@ -34,6 +34,9 @@
width: 3rem; width: 3rem;
padding: 0.25rem; padding: 0.25rem;
} }
p {
margin-bottom: 0;
}
} }
} }

Loading…
Cancel
Save