Skip to content

Commit

Permalink
Add more space for the modifcations display
Browse files Browse the repository at this point in the history
Refs #2261
  • Loading branch information
kimrutherford committed Oct 28, 2024
1 parent 41becaa commit 52f2b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/annotation-table/annotation-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>

<iframe [src]="getProteinViewerIFrameURL()" id="protein-feature-viewer-mods" frameborder="0" scrolling="no"
onload="resizeIframe(this, 100)" class="embedded-protein-viewer" #modsproteinfeaturesiframe>
onload="resizeIframe(this, 175)" class="embedded-protein-viewer" #modsproteinfeaturesiframe>
</iframe>
</div>

Expand Down

0 comments on commit 52f2b9c

Please sign in to comment.