From d30bd9850de5714026a686893b7822f2986817d2 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Mon, 7 Oct 2019 16:46:15 +0100 Subject: [PATCH] Align text against buttons (middle) in asset list --- assets/templates/partials/asset_list_table_body.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/templates/partials/asset_list_table_body.html b/assets/templates/partials/asset_list_table_body.html index db4a62a9..523e99e1 100644 --- a/assets/templates/partials/asset_list_table_body.html +++ b/assets/templates/partials/asset_list_table_body.html @@ -11,10 +11,10 @@ text-muted {% endif %} "> - {{ item.asset_id }} - {{ item.description }} - {{ item.category }} - {{ item.status }} + {{ item.asset_id }} + {{ item.description }} + {{ item.category }} + {{ item.status }}
View