From 4e90379b976a430669772c6139279ad3a63ef023 Mon Sep 17 00:00:00 2001 From: Kat Hagan Date: Mon, 6 Jul 2020 10:46:51 -0700 Subject: [PATCH] restore tag icons, add overflow for scrolling (#2183) --- lib/tag-list/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/tag-list/style.scss b/lib/tag-list/style.scss index f4626ee48..cdadea085 100644 --- a/lib/tag-list/style.scss +++ b/lib/tag-list/style.scss @@ -10,6 +10,7 @@ flex-direction: column; flex: 1 1 auto; overflow: hidden; + overflow-y: scroll; .tag-list-title { display: flex; @@ -46,14 +47,14 @@ .tag-list-items { flex: 1 1 auto; list-style: none; - //padding-inline-start: 20px; + padding-inline-start: 20px; } .tag-list-input { cursor: pointer; flex: 1 1 auto; display: block; - //width: 50px; + width: 50px; height: 2em; line-height: 2em; margin: 8px 0;