diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js
index 7abb86b9..2c93dc18 100644
--- a/browser/components/NoteItem.js
+++ b/browser/components/NoteItem.js
@@ -82,11 +82,9 @@ const NoteItem = ({
{['ALL', 'STORAGE'].includes(viewType) &&
{dateDisplay}
-
-
- {viewType === 'ALL' && storageName}
- {viewType === 'STORAGE' && folderName}
-
+
+ {viewType === 'ALL' && storageName}
+ {viewType === 'STORAGE' && folderName}
}
diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl
index 5a8be3c5..f213348a 100644
--- a/browser/components/NoteItem.styl
+++ b/browser/components/NoteItem.styl
@@ -100,14 +100,15 @@ $control-height = 30px
display inline-block
.item-middle-app-meta
- display inline-block
float right
- opacity 0.8
-
-.item-middle-app-meta-label
- color $ui-inactive-text-color
- opacity 0.6
- padding 0 3px
+ .item-middle-app-meta-label
+ opacity 0.4
+ color $ui-inactive-text-color
+ padding 0 3px
+ white-space nowrap
+ text-overflow ellipsis
+ overflow hidden
+ max-width 200px
.item-bottom
position relative