Skip to content

Commit

Permalink
fix: LP icon display
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Feb 16, 2024
1 parent 887efda commit ffd0835
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/TableIcon.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
height: 34px;
}

.IconWrapper .ManyIcons img:first-child {
right: 8px;
}

.IconWrapper .ManyIcons img:last-child {
right: 0;
right: -4px;
}

0 comments on commit ffd0835

Please sign in to comment.