tweak margins on rm_tag_controls to account for collapsed tag lists.

e18cde0095b8ec62181bc7477a5a1f90f08c8237

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +2 -1Ignore whitespace
public/css/tags.css+2 -1
@@ -157,7 +157,8 @@
157157 flex-direction: row;
158158 flex-wrap: wrap;
159159 align-items: flex-start;
160160 margin-top: 5px 0;
161+ margin-bottom: 10px;
161162 /* not 100% due to margins */
162163 max-height: 90%;
163164 /* scroll the list if needed */