Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix long title wrapping in issue view
Rūdolfs Ošiņš committed 1 year ago
commit cd0bc9c01bc476c1132ac5261db7aee11eacad35
parent 312402b5b5823bea85c442f88ccb759c315d6b81
1 file changed +1 -1
modified src/views/repo/Issue.svelte
@@ -255,11 +255,11 @@
    font-weight: var(--font-weight-medium);
    -webkit-user-select: text;
    user-select: text;
-
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-all;
+
    padding-top: 4px;
  }
  .issue-body {
    margin-top: 1rem;