From 0a2338e42ec9a420c2c73439988dbc6798f382bc Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sat, 12 Apr 2025 01:02:14 +0200 Subject: [PATCH] Adjust widths in history component styling Reduced the width of `.historyReason` and increased the width of `.historyDate` to improve layout alignment. These changes ensure better visual balance and accommodate content more effectively. --- frontend/src/app/bans/history/history.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/bans/history/history.component.scss b/frontend/src/app/bans/history/history.component.scss index 4c310f9..40472e8 100644 --- a/frontend/src/app/bans/history/history.component.scss +++ b/frontend/src/app/bans/history/history.component.scss @@ -26,9 +26,9 @@ th, td { } .historyReason { - width: 940px; + width: 920px; } .historyDate { - width: 160px; + width: 170px; }