From 614561c26c4937ac0249dcc7cfb06be0af35c718 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Tue, 25 Jun 2024 14:19:23 +0200
Subject: [PATCH] style(observation): Center column title in list

---
 observations/templates/observations/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html
index feec7d46..b741377b 100644
--- a/observations/templates/observations/index.html
+++ b/observations/templates/observations/index.html
@@ -68,8 +68,8 @@
                             <th>{% trans "Organism" %}</th>
                             <th>{% trans "Crop" %}</th>
                             <th>{% trans "Heading" %}</th>
-                            <th>{% trans "Time series" %}</th>
-                            <th>{% trans "Details" %}</th>
+                            <th align="center">{% trans "Time series" %}</th>
+                            <th align="center">{% trans "Details" %}</th>
                             <th></th>
                     </thead>
                     <tbody id="observationTableBody">
-- 
GitLab