From ece611a5025c7bd5613e696e984d64d2b5b7fddb Mon Sep 17 00:00:00 2001 From: Jon Kuperman Date: Thu, 13 Oct 2016 14:42:18 -0700 Subject: [PATCH] Long bookmark folder names should be truncated --- less/about/bookmarks.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/about/bookmarks.less b/less/about/bookmarks.less index 188813939ce..3aa345bb903 100644 --- a/less/about/bookmarks.less +++ b/less/about/bookmarks.less @@ -103,6 +103,12 @@ } } } + + @media (min-width: @breakpointNarrowViewport) { + .folderView { + max-width: 50%; + } + } } .bookmarkFolderList list >* {