Skip to content

Commit

Permalink
restore tag icons, add overflow for scrolling (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat authored Jul 6, 2020
1 parent 1baaf0a commit 4e90379
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tag-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
flex-direction: column;
flex: 1 1 auto;
overflow: hidden;
overflow-y: scroll;

.tag-list-title {
display: flex;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4e90379

Please sign in to comment.