Fix #1405: Add some border around icons when in multi line mode

This commit is contained in:
Thomas Basler 2023-10-09 17:06:47 +02:00
parent 0037e5969e
commit 76dfaa7d3b

View File

@ -748,4 +748,11 @@ export default defineComponent({
} }
}, },
}); });
</script> </script>
<style>
.btn-group {
border-radius: var(--bs-border-radius);
margin-top: 0.25rem;
}
</style>