Skip to content
Snippets Groups Projects
Commit 2e0b017a authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Fixed some more problems with the new markdown support

parent 6d670d91
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,9 @@
}
.comment {
margin: 0 20px;
margin: 0 24px;
font-size: 14px;
padding: 20px 0;
padding: 0 0 5px 0;
}
.settings {
......
......@@ -80,7 +80,7 @@ export default function Comment({ comment: initialComment, onError }: CommentPro
<textarea value={text} placeholder="Write a comment..." onChange={handleChange}></textarea>
<div className="buttons">
<button type="reset">Cancel</button>
<button type="submit" disabled={text.length <= 0}>Send</button>
<button type="submit" disabled={text.length <= 0}>Update</button>
</div>
</form>
)
......
......@@ -63,8 +63,7 @@
}
.description-container {
margin-top: 20px;
max-height: 3rem;
max-height: 4rem;
overflow: hidden;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment