Skip to content

Commit c6565d1

Browse files
committed
* (bluefox) Fixed bug with the export of specific widgets
1 parent ea5d786 commit c6565d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/edit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
</div>
9797
<div style="display: none;text-align: center" id="dialog_about" title="About" class="translateT"></div>
9898
<div style="display: none;" id="dialog_export_view" title="export view" class="translateT">
99-
<textarea rows="60" cols="160" style="width: calc(100% - 5px); height: calc(100% - 5px); font-size: 11px;"
100-
id="textarea_export_view"></textarea>
99+
<textarea rows="60" cols="160" style="width: calc(100% - 7px); height: calc(100% - 10px); font-size: 11px;"
100+
id="textarea_export_view"></textarea>
101101
</div>
102102
<div style="display: none;" id="dialog_import_view" title="import view" class="translateT">
103103
<textarea rows="50" cols="160" style="width: 99%; height: calc(98% - 45px); font-size: 11px;"

0 commit comments

Comments
 (0)