Raised max-width

This commit is contained in:
dreng
2023-01-06 23:47:24 +01:00
parent 3805d75dba
commit 47079cf27f
@@ -20,12 +20,18 @@
</div>
</div>
<div class="panel-body" >
<div style="width: 500px; height: 500px;">
<div style="max-width: 900px; height: 500px;">
<div id="visgraph" style="width: 100%; height: 100%;">
</div>
</div>
</div>
<style type="text/css">
.modal-dialog {
max-width: 902px !important;
}
</style>
<script type="text/javascript">
const brokenImage = '{{ broken_image }}';
const topologyData = {{ topology_data | safe }};