Skip to content

Commit

Permalink
reduce widget spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Feb 18, 2025
1 parent 99a6e77 commit 7cdf5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycodo/mycodo_flask/templates/pages/dashboard_entry.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set widget_options = custom_options_values_widgets[each_widget.unique_id] %}
{% set widget_variables = custom_widget_variables[each_widget.unique_id] %}

<div class="grid-stack-item-content widget-outer" style="display: flex; flex-flow: column; padding: 0; border: 1px solid #ddd; border-radius: 5px">
<div class="grid-stack-item-content widget-outer" style="display: flex; flex-flow: column; padding: 0; border: 1px solid #ddd; border-radius: 5px; inset: 2px">

<div class="d-flex justify-content-between widget-heading{% if not this_dashboard.locked %} panel-heading{% endif %}">
{% if not this_dashboard.locked %}
Expand Down

0 comments on commit 7cdf5fe

Please sign in to comment.