remove the locked hieght from the ops/tiemrs dashboard widgets

This commit is contained in:
Aaron Kable 2024-03-08 17:15:03 +08:00
parent 2ea5b15175
commit eedf5082fa
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<h4 class="card-title text-center">{% translate "Upcoming Fleets" %}</h4> <h4 class="card-title text-center">{% translate "Upcoming Fleets" %}</h4>
<div class="card-body"> <div class="card-body">
<div style="height: 300px; overflow-y:auto;"> <div>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>

View File

@ -6,7 +6,7 @@
<div class="card-body"> <div class="card-body">
<h4 class="card-title text-center">{% translate "Upcoming Timers" %}</h4> <h4 class="card-title text-center">{% translate "Upcoming Timers" %}</h4>
<div class="card-body"> <div class="card-body">
<div style="height: 300px; overflow-y:auto;"> <div>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>