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

This commit is contained in:
Dmitriy Zaporozhets 2013-06-13 10:59:27 +03:00
parent 7a53215d75
commit 18ea0e0ea7
2 changed files with 5 additions and 0 deletions

View file

@ -58,6 +58,7 @@
background: #f9f9f9;
border-radius: 0;
color: #555;
margin: 0 20px;
}
.note-file-attach {

View file

@ -92,6 +92,10 @@ ul.notes {
.note-body {
@include md-typography;
margin-left: 45px;
.highlight {
@include border-radius(4px);
}
}
.note-header {
padding-bottom: 5px;