Skip to content

Commit

Permalink
Set a width for the RNA structure widget page
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jun 12, 2024
1 parent 1d70ef7 commit 2b438de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_2d_structure/templates/rna_2d_structure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RNA 2D structure for {{gene_uniquename}}</title>
</head>
<body>
<body style="width: 850px">
<r2dt-web customStyle='{"height": "400px"}' search='{"urs": "{{urs_id}}"}' />
<script type="text/javascript"
src="https://rnacentral.github.io/r2dt-web/dist/r2dt-web.js"></script>
Expand Down

0 comments on commit 2b438de

Please sign in to comment.