From 5c582469bc88d25e3aa682d6774991f8dcf3ee62 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 24 Jan 2026 17:33:35 +0100 Subject: [PATCH] changed spaces --- frontend/css/hosts.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/css/hosts.css b/frontend/css/hosts.css index cd997c0..573d51c 100644 --- a/frontend/css/hosts.css +++ b/frontend/css/hosts.css @@ -32,15 +32,15 @@ td.actions { } /* ================================ - Sort arrows - ================================ */ + Sort arrows + ================================ */ .sort-arrow { - display: inline-block; - width: 1em; - text-align: center; - margin-left: .25rem; - color: var(--text-dark); + display: inline-block; + width: 1em; + text-align: center; + margin-left: .25rem; + color: var(--text-dark); } -.sort-arrow.asc::after { content: "▲"; } +.sort-arrow.asc::after { content: "▲"; } .sort-arrow.desc::after { content: "▼"; } -- 2.47.3