Add small margin to the top

This commit is contained in:
elweyn 2023-03-13 10:31:07 +01:00
parent baa49414aa
commit 6858fa58ab

View File

@ -45,6 +45,7 @@ export default {
<style lang="scss"> <style lang="scss">
.my-filter-button-selected { .my-filter-button-selected {
padding-right: 30px; padding-right: 30px;
margin-top: 4px;
} }
.base-button.filter-remove { .base-button.filter-remove {