Skip to content

Commit

Permalink
Reduce token list padding/margin
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 26, 2021
1 parent 2c0eacc commit 96c95de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
}
.token-list .repeated-chunk {
border-width: 0;
padding-left: 0;
padding: 0;
margin: 0;
}
.token-list .repeatable-add{
margin: 6px 6px 3px 6px;
Expand Down

0 comments on commit 96c95de

Please sign in to comment.