File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 -webkit-user-select : none;
3939 display : block;
4040 height : 1em ;
41+ line-height : 1em ;
4142 margin-bottom : 1.5em ;
4243 font-style : italic;
4344 justify-content : flex-end;
Original file line number Diff line number Diff line change 11{
22 "name" : " sequence-viewer-typescript" ,
3- "version" : " 1.0.41 " ,
3+ "version" : " 1.0.42 " ,
44 "main" : " index.js" ,
55 "types" : " index.d.ts" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 3838 -webkit-user-select : none;
3939 display : block;
4040 height : 1em ;
41+ line-height : 1em ;
4142 margin-bottom : 1.5em ;
4243 font-style : italic;
4344 justify-content : flex-end;
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ export class SequenceViewer {
250250 for ( let y = 0 ; y < data . length ; y ++ ) {
251251 entity = data [ y ] [ x ] ;
252252 style = 'font-size: 1em;display:block;height:1em;line-height:1em;margin-bottom:' + rowMarginBottom ;
253- if ( y === data . length - 1 ) { style = 'font-size: 1em;' ; }
253+ if ( y === data . length - 1 ) { style = 'font-size: 1em;display:block;line-height:1em;margin-bottom:' + rowMarginBottom ; }
254254 if ( ! entity ) {
255255 // emptyfiller
256256 cell = `<span style="${ style } "> </span>` ;
You can’t perform that action at this time.
0 commit comments