Skip to content

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Oct 1, 2024
1 parent a0ccbff commit 2779cd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/plugin-check-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@
border-bottom: 3px solid #ddd;
display: block;
}

table.plugin-check__results-table td,
table.plugin-check__results-table code {
font-size: .9em;
}

table.plugin-check__results-table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}

Expand Down

0 comments on commit 2779cd9

Please sign in to comment.