diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/pages/activities.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/activities.blade.php b/resources/views/pages/activities.blade.php index 631ccc6..c8ccc04 100644 --- a/resources/views/pages/activities.blade.php +++ b/resources/views/pages/activities.blade.php @@ -17,7 +17,7 @@ </select> <div class="table-responsive mt-2"> - <table id="ajax-table" class="table table-striped table-bordered"> + <table id="ajax-table" class="table table-striped table-bordered" style="white-space:nowrap;"> <thead class="thead-dark"> <tr><th>Operator</th><th>From</th><th>To</th><th>Special Callsign</th><th>Frequencies</th><th>QSO</th></tr> </thead> |