From 691f9104b1b0a6ea14440f7c6f90d4d41e3b84bb Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Tue, 25 Jun 2024 14:20:44 +0200 Subject: [PATCH] Revert "style(observation): Center column title in list" This reverts commit 614561c26c4937ac0249dcc7cfb06be0af35c718. --- 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 b741377b..feec7d46 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 align="center">{% trans "Time series" %}</th> - <th align="center">{% trans "Details" %}</th> + <th>{% trans "Time series" %}</th> + <th>{% trans "Details" %}</th> <th></th> </thead> <tbody id="observationTableBody"> -- GitLab