fixing too small font in diff UI (#260)

* fixing too small font in diff UI , lower size from 12 to 11 in Part II
pull/310/head
Glassed Silver 3 years ago committed by GitHub
parent 512d76c52b
commit dd450b81ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
padding: 2em;
margin: 1em;
border-radius: 5px;
font-size: 9px; }
font-size: 11px; }
#diff-ui table {
table-layout: fixed;
width: 100%; }

@ -4,7 +4,7 @@
padding: 2em;
margin: 1em;
border-radius: 5px;
font-size: 9px;
font-size: 11px;
table {
table-layout: fixed;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save