From 10879d0f67dc5fddda5bb63c48dfb60e6a3d7a84 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Mon, 27 Nov 2017 11:22:21 +0900 Subject: [PATCH] Fix note list layout --- browser/components/NoteItem.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl index 09e5976e..02c8b65c 100644 --- a/browser/components/NoteItem.styl +++ b/browser/components/NoteItem.styl @@ -73,6 +73,7 @@ $control-height = 30px position relative font-size 12px color $ui-inactive-text-color + top 2px .item-title font-size 15px @@ -80,8 +81,8 @@ $control-height = 30px position relative top -12px left 20px - padding-right 15px - padding-bottom 4px + padding 0px 15px 0px 0px + margin-bottom 4px overflow ellipsis color $ui-inactive-text-color