Commit 18ea0e0ea726114b82161118d3e46bc0f11a90df
1 parent
7a53215d
Exists in
master
and in
4 other branches
Prevent overflow of comment code in event body. Add border-radius to highlight code inside note body
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/notes.scss
@@ -92,6 +92,10 @@ ul.notes { | @@ -92,6 +92,10 @@ ul.notes { | ||
92 | .note-body { | 92 | .note-body { |
93 | @include md-typography; | 93 | @include md-typography; |
94 | margin-left: 45px; | 94 | margin-left: 45px; |
95 | + | ||
96 | + .highlight { | ||
97 | + @include border-radius(4px); | ||
98 | + } | ||
95 | } | 99 | } |
96 | .note-header { | 100 | .note-header { |
97 | padding-bottom: 5px; | 101 | padding-bottom: 5px; |