Add scoped to style

This commit is contained in:
elweyn 2023-03-15 11:55:18 +01:00
parent be130f849a
commit 176050082b

View File

@ -23,7 +23,7 @@ export default {
}, },
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.ds-flex-item { .ds-flex-item {
margin: 0 1% 2% 1%; margin: 0 1% 2% 1%;
} }