Prevent content overflow for notes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
a9cf84e5ac
commit
95cd5b275a
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ ul.notes {
|
|||
}
|
||||
.note-body {
|
||||
@include md-typography;
|
||||
overflow: auto;
|
||||
}
|
||||
.note-header {
|
||||
padding-bottom: 3px;
|
||||
|
|
Loading…
Reference in a new issue