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 -->
|
||||
<div
|
||||
class={cn(
|
||||
'group relative flex overflow-hidden',
|
||||
'group relative flex overflow-hidden py-1',
|
||||
direction === 'left' ? 'flex-row' : 'flex-col',
|
||||
className
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user