Skip to content

Commit

Permalink
fix(BoxCube): tag position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Jan 12, 2025
1 parent 84ac68c commit bfd2b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DocBoxCube.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const props = defineProps<{ items: BoxCubeItem[] }>()
align-items: center;
transform: rotate(25deg);
z-index: 1;
margin: 0;
border-radius: 0.7rem;
background-color: var(--Boxcube-tag-bg);
padding: 0.25rem 0.5rem;
Expand Down

0 comments on commit bfd2b97

Please sign in to comment.