Commit 18ea0e0e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Prevent overflow of comment code in event body. Add border-radius to highlight...

Prevent overflow of comment code in event body. Add border-radius to highlight code inside note body
parent 7a53215d
......@@ -58,6 +58,7 @@
background: #f9f9f9;
border-radius: 0;
color: #555;
margin: 0 20px;
}
.note-file-attach {
......
......@@ -92,6 +92,10 @@ ul.notes {
.note-body {
@include md-typography;
margin-left: 45px;
.highlight {
@include border-radius(4px);
}
}
.note-header {
padding-bottom: 5px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment