fixing too small font in diff UI (#260)

* fixing too small font in diff UI , lower size from 12 to 11 in Part II
This commit is contained in:
Glassed Silver
2021-12-15 19:21:25 +01:00
committed by GitHub
parent 512d76c52b
commit dd450b81ad
3 changed files with 3 additions and 3 deletions

View File

@@ -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%; }

View File

@@ -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