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 @@ ...@@ -58,6 +58,7 @@
background: #f9f9f9; background: #f9f9f9;
border-radius: 0; border-radius: 0;
color: #555; color: #555;
margin: 0 20px;
} }
.note-file-attach { .note-file-attach {
......
...@@ -92,6 +92,10 @@ ul.notes { ...@@ -92,6 +92,10 @@ ul.notes {
.note-body { .note-body {
@include md-typography; @include md-typography;
margin-left: 45px; margin-left: 45px;
.highlight {
@include border-radius(4px);
}
} }
.note-header { .note-header {
padding-bottom: 5px; 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