From da49ee44334723358957dab3d1393a98ea9d7f51 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Tue, 18 Jan 2022 22:28:24 +0000
Subject: Increased the width of the location columns a bit, since they were
 being pushed onto a second line in some browsers (specifically Robs, but
 couldn't reproduce in mine, so I just changed it to something that should
 work for him)

---
 wqflask/wqflask/templates/search_result_page.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'wqflask')

diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index 065d9049..63e06237 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -232,7 +232,7 @@
             {
               'title': "<div style='text-align: right;'>Location</div>",
               'type': "natural-minus-na",
-              'width': "125px",
+              'width': "130px",
               'targets': 5,
               'data': "location"
             },
@@ -255,7 +255,7 @@
             {
               'title': "<div style='text-align: right;'>Peak Location</div>",
               'type': "natural-minus-na",
-              'width': "125px",
+              'width': "130px",
               'targets': 8,
               'data': "lrs_location"
             },
@@ -349,7 +349,7 @@
             {
               'title': "<div style='text-align: right;'>Peak Location</div>",
               'type': "natural-minus-na",
-              'width': "120px",
+              'width': "125px",
               'targets': 8,
               'data': "lrs_location"
             },
@@ -374,7 +374,7 @@
             {
               'title': "<div style='text-align: right;'>Location</div>",
               'type': "natural-minus-na",
-              'width': "120px",
+              'width': "125px",
               'targets': 2,
               'data': "location"
             }{% endif %}
-- 
cgit v1.2.3