Skip to content

Commit a1c4a21

Browse files
committed
Spacing and sizes style mods
1 parent 41dc835 commit a1c4a21

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

src/assets/css/common.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -744,31 +744,38 @@ header.vff-header svg.f-logo {
744744
max-width: 100%;
745745
}
746746

747-
/* field matrix */
747+
/*
748+
field matrix
749+
*/
750+
748751
.vff .f-matrix-wrap {
749752
overflow-x: auto;
750753
}
751754

752755
.vff .f-matrix-table {
753756
width: 100%;
754757
font-size: .5em;
755-
line-height: normal;
758+
line-height: 1.36;
756759
font-weight: normal;
757760
margin-bottom: 0;
758761
}
759762

760763
.vff .f-table-string {
761-
font-size: .875em;
764+
font-size: .84em;
762765
}
763766

764767
.vff .f-table-cell {
765-
padding: .54em;
766-
min-width: 9em;
768+
padding: .52em;
769+
min-width: 8.6em;
767770
text-align: left;
768771
}
772+
773+
.vff .f-table-cell.f-row-cell {
774+
min-width: 9.2em;
775+
}
769776

770777
.vff .f-row-cell {
771-
padding-left: 1.5em;
778+
padding-left: 1em;
772779
}
773780

774781
.vff .f-column-cell {

0 commit comments

Comments
 (0)