Skip to content

Commit 16ae38f

Browse files
committed
Added right padding to the global plot settings
1 parent 305cb50 commit 16ae38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h4>Composite metadata</h4>
111111
<script src="js/sliding_window.js"></script>
112112
<script src="js/widgets/main_plot.js"></script>
113113
</div>
114-
<div class="text-right" style="width:270px;">
114+
<div class="text-right" style="width:270px; padding-right:20px;">
115115
<div id="settings-dropdown"></div>
116116
<script src="js/widgets/preset_dropdown.js"></script>
117117
<div id="opacity-input"></div>

0 commit comments

Comments
 (0)