tweak margins on rm_tag_controls to account for collapsed tag lists.
| @@ -157,7 +157,8 @@ | ||
| 157 | 157 | flex-direction: row; |
| 158 | 158 | flex-wrap: wrap; |
| 159 | 159 | align-items: flex-start; |
| 160 | 160 | margin-top: 5px 0; |
| 161 | + margin-bottom: 10px; | |
| 161 | 162 | /* not 100% due to margins */ |
| 162 | 163 | max-height: 90%; |
| 163 | 164 | /* scroll the list if needed */ |