Skip to content

Commit eef2664

Browse files
Fixed styling problems in new tables
1 parent ca06ad9 commit eef2664

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cps/templates/tasks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>{{_('Tasks')}}</h2>
2828
</div>
2929

3030
{% if current_user.role_admin() %}
31-
<div class="discover" style="margin-top: 2rem;">
31+
<div class="discover" style="padding-inline: 2rem !important;">
3232
<h3>{{ _('Upcoming scheduled sends') }}</h3>
3333
<table class="table table-no-bordered" id="upcomingtable"
3434
data-url="{{ url_for('cwa_stats.cwa_scheduled_upcoming') }}"
@@ -50,7 +50,7 @@ <h3>{{ _('Upcoming scheduled sends') }}</h3>
5050

5151
</div>
5252

53-
<div class="discover" style="margin-top: 2rem;">
53+
<div class="discover" style="padding-inline: 2rem !important;">
5454
<h3>{{ _('Upcoming scheduled operations') }}</h3>
5555
<table class="table table-no-bordered" id="upcomingopstable"
5656
data-url="{{ url_for('cwa_stats.cwa_scheduled_upcoming_ops') }}"

0 commit comments

Comments
 (0)