Prevent overflow of comment code in event body. Add border-radius to highlight code inside note body
This commit is contained in:
parent
7a53215d75
commit
18ea0e0ea7
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue