feat: US-010 - Clean up removed standalone tiles and verify layout
This commit is contained in:
@@ -61,7 +61,7 @@ export function SkillsAllDetail({ category }: SkillsAllDetailProps) {
|
||||
key={group.id}
|
||||
ref={(el) => { categoryRefs.current[group.id] = el }}
|
||||
>
|
||||
{/* Category header — matches CoreSkillsTile divider style */}
|
||||
{/* Category header — divider style */}
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user