fix: remove margin from the color bubble component itself
This commit is contained in:
parent
6d9c4a7aa0
commit
4fce71f729
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ defineProps< {
|
||||||
.color-bubble {
|
.color-bubble {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
margin-right: 4px;
|
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Reference in a new issue