From 5e75c8299449e589e4888549c98208a7a94d2c75 Mon Sep 17 00:00:00 2001 From: Peter <42907716+MrShack@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:21:50 +0200 Subject: [PATCH] Fix inconsistency in image width and height attributes Updated the width and height attributes of the avatar image in the history component to use consistent integer values (25) instead of "25px". This ensures proper rendering and prevents potential styling issues. --- frontend/src/app/bans/history/history.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/bans/history/history.component.html b/frontend/src/app/bans/history/history.component.html index 5591785..12bd301 100644 --- a/frontend/src/app/bans/history/history.component.html +++ b/frontend/src/app/bans/history/history.component.html @@ -21,8 +21,8 @@