Skip to content
Snippets Groups Projects
Commit 18ea0e0e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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