Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit e002af9

Browse files
committed
- Fixed width of iframe to avoid blank space on the right
1 parent e317758 commit e002af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/views/project-detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h4 class="modal-title">{{containerLogs}} logs</h4>
128128
<h4 class="modal-title">{{containerName}} console</h4>
129129
</div>
130130
<div class="modal-body">
131-
<iframe ng-if="containerConsoleUrl" src="{{containerConsoleUrl}}" style="width: 100%; height: 450px; border: none;"></iframe>
131+
<iframe ng-if="containerConsoleUrl" src="{{containerConsoleUrl}}" style="width: 800px; height: 450px; border: none;"></iframe>
132132
</div>
133133
<div class="modal-footer">
134134
</div>

0 commit comments

Comments
 (0)