Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove `word-break: break-all` from `Comment` component
Sebastian Martinez committed 3 years ago
commit 6f413cc5ac3f1cc91fd7b48a21e2d553f85051cb
parent 534430b2ec1b30d6250db96ee8e67ef1f769f496
1 file changed +0 -1
modified src/components/Comment.svelte
@@ -38,7 +38,6 @@
  .card-body {
    font-size: var(--font-size-small);
    padding: 0rem 1rem 1rem 1rem;
-
    word-break: break-all;
  }
  .actions {
    display: flex;