Skip to content
Snippets Groups Projects
Commit 0e555078 authored by Tim's avatar Tim
Browse files

make comment preview and rendering consistent #185

parent 3e8184ee
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// used for comments // used for comments
.Markdown.MarkdownViewer--small { .Markdown.MarkdownViewer--small {
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 110%;
img { img {
max-width: 400px; max-width: 400px;
......
...@@ -83,8 +83,6 @@ ...@@ -83,8 +83,6 @@
.Comment__body { .Comment__body {
margin-left: 62px; margin-left: 62px;
max-width: 50rem; max-width: 50rem;
font-size: 110%;
word-wrap: break-word;
} }
.Comment__footer { .Comment__footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment