Skip to content

Commit

Permalink
💄 (chart-admin) remove extra space on the bottom of the figure
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Dec 15, 2023
1 parent 0280453 commit 53dc839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adminSiteClient/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ $nav-height: 45px;
border-bottom: 1px solid #ccc;
}
}

figure[data-grapher-src] {
line-height: 0; // remove extra space on the bottom
}
}

.list-group {
Expand Down

0 comments on commit 53dc839

Please sign in to comment.