From 93478f220490becdf2973ec554e4dda32fe799e5 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Mon, 19 Jan 2026 23:14:59 +0100 Subject: [PATCH] Corrected styling --- styles/less/sheets/actors/companion/header.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/less/sheets/actors/companion/header.less b/styles/less/sheets/actors/companion/header.less index 3616a6b3..2a162a25 100644 --- a/styles/less/sheets/actors/companion/header.less +++ b/styles/less/sheets/actors/companion/header.less @@ -207,7 +207,7 @@ .input-section { display: flex; align-items: center; - justify-content: space-between; + gap: 8px; } }