Skip to content

Commit

Permalink
Merge pull request #8820 from rtibbles/dont_stand_so_close_to_me
Browse files Browse the repository at this point in the history
Adjust search-chip spacing to enforce 8px minimum separation.
  • Loading branch information
rtibbles authored Dec 7, 2021
2 parents c6884f6 + 0d53086 commit 69a71e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/plugins/learn/assets/src/views/SearchChips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
.filter-chip {
display: inline-block;
margin: 2px;
margin-left: 8px;
font-size: 14px;
vertical-align: top;
background-color: #dedede;
Expand Down

0 comments on commit 69a71e1

Please sign in to comment.