Skip to content

Commit

Permalink
Lint fix for css.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithshetty17 committed Nov 28, 2023
1 parent de961de commit 146c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/stat/stat.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ div.stat-container .stat::after {
}

/* Remove Gray bar If we don't have the bottom elements */
div.stat-container .stat:last-child:after {
div.stat-container .stat:last-child::after {
border-top: none;
padding-top: 0;
height: 0;
Expand Down

0 comments on commit 146c04c

Please sign in to comment.