Skip to content

Commit

Permalink
style(popup): Update tags popdown list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrammond authored and shantanuraj committed May 7, 2019
1 parent cf7270f commit 715248a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/styles/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,18 @@
#tag-autocomplete .tag-list li {
width: 100%;
max-width: 100%;
border: solid 1px #ececec;
height: 25px;
line-height: 25px;
border-radius: 4px;

padding: 0 5px;
margin: 5px 0;
margin-right: 5px;

font-size: 14px;
line-height: 1.5;
color: #a3a3a3;
padding: 0 5px;
margin-top: 5px;
text-overflow: ellipsis;
overflow: hidden;
max-height: 23px;
word-wrap: break-word;
}

Expand Down

0 comments on commit 715248a

Please sign in to comment.