fix: bottom of skill badges were cut off; fixed by adding more vertical padding
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
<div
|
<div
|
||||||
class={cn(
|
class={cn(
|
||||||
'group relative flex overflow-hidden',
|
'group relative flex overflow-hidden py-1',
|
||||||
direction === 'left' ? 'flex-row' : 'flex-col',
|
direction === 'left' ? 'flex-row' : 'flex-col',
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user