Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add blank line after reply header
✗ CI failure Matthias Beyer committed 2 months ago
commit fa7755726ebafd6dc6f20108291b99ce7253f946
parent 41f77a495b953bbf9b7dbad63ab8e6750505f846
1 failed (1 total) View logs
1 file changed +1 -0
modified crates/radicle-cli/src/terminal/issue.rs
@@ -123,6 +123,7 @@ pub fn show(

            widget = widget.divider();
            widget.push(hstack);
+
            widget.push(radicle_term::Label::blank());
            widget.push(term::textarea(comment.body()).wrap(60));
        }
    }