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