Skip to content

Commit

Permalink
Remove spacing on table similiar sequences & alignment query
Browse files Browse the repository at this point in the history
  • Loading branch information
3lviend committed Sep 23, 2024
1 parent 9ce00b0 commit 2d25566
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/hsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default class HSP extends React.Component {
nsseq = lsend + this.sframe_unit() * this.sframe_sign();

pp.push(
<pre key={this.hsp.number + "," + i} className="pre-item m-0 p-0 rounded-none border-0 bg-inherit whitespace-pre-wrap break-keep mt-1 tracking-widest">
<pre key={this.hsp.number + "," + i} className="pre-item m-0 p-0 rounded-none border-0 bg-inherit whitespace-pre-wrap break-keep mt-1 tracking-wider">
<span className="text-gray-500">
{`Query ${this.formatCoords(lqstart, width)} `}
</span>
Expand Down
4 changes: 2 additions & 2 deletions public/js/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ class HitsTable extends Component {
<td className="text-ellipsis">
<div className="flex flex-col items-center group">
<div className="flex items-center w-full">
<span className="w-full text-sm text-seqblue hover:text-seqorange download cursor-pointer py-0.5 px-0.5">
<span className="w-full text-sm text-seqblue hover:text-seqorange download cursor-pointer">
<a href={'#Query_' + this.props.query.number + '_hit_' + hit.number}
className="text-sm text-seqblue hover:text-seqorange cursor-pointer">{hit.id} {hit.title}</a>
</span>
Expand All @@ -447,7 +447,7 @@ class HitsTable extends Component {
<td className="text-ellipsis" data-placement="top">
<div className="relative flex flex-col items-center group">
<div className="flex items-center w-full">
<span className="w-full text-sm text-seqblue hover:text-seqorange download cursor-pointer py-0.5 px-0.5">
<span className="w-full text-sm text-seqblue hover:text-seqorange download cursor-pointer">
{hit.sciname}
</span>
<div className="absolute hidden bottom-5 items-center flex-col-reverse group-hover:flex tooltip-wrap">
Expand Down
2 changes: 1 addition & 1 deletion public/sequenceserver-report.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sequenceserver-report.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sequenceserver-search.min.js.map

Large diffs are not rendered by default.

0 comments on commit 2d25566

Please sign in to comment.