Fix #1405: Add some border around icons when in multi line mode
This commit is contained in:
parent
0037e5969e
commit
76dfaa7d3b
@ -748,4 +748,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.btn-group {
|
||||||
|
border-radius: var(--bs-border-radius);
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user