From 95cd5b275a3dcb442c5571814baafbfb90639a20 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 29 Dec 2014 22:59:08 +0200 Subject: [PATCH] Prevent content overflow for notes Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/notes.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index 74c500f88b3..1550e30fe53 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -62,6 +62,7 @@ ul.notes { } .note-body { @include md-typography; + overflow: auto; } .note-header { padding-bottom: 3px;