From 293fee47cdf658d27feb59f7c47577c0365e513c Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 31 Jan 2017 11:24:19 -0600 Subject: [PATCH] fix note title overflow problem --- app/assets/stylesheets/app/_notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/app/_notes.scss b/app/assets/stylesheets/app/_notes.scss index 51f7682bc..2252ba378 100644 --- a/app/assets/stylesheets/app/_notes.scss +++ b/app/assets/stylesheets/app/_notes.scss @@ -1,5 +1,6 @@ .notes { width: 25%; + max-width: 25%; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; @@ -60,7 +61,6 @@ > .name { font-weight: 600; overflow: hidden; - white-space: nowrap; text-overflow: ellipsis; }