Skip to content

Commit

Permalink
Docs: Fix the Table Text Overlaping Issue
Browse files Browse the repository at this point in the history
Change the font-size of tables to avoid overflow of text in tables

Resolves: sigstore#107

Signed-off-by: nikhilkalburgi <[email protected]>
  • Loading branch information
nikhilkalburgi committed Dec 25, 2023
1 parent 1110d77 commit c79ad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
table {
@extend .table;

font-size: x-small;
margin: 3rem 0;
}

0 comments on commit c79ad53

Please sign in to comment.