From afc0cc3df585efe437c24834cbed85f3aafe6829 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 26 Nov 2023 20:00:13 +0100 Subject: [PATCH] fix: better alignment in character selection (#27) --- src/EsiCharacterSelection/EsiCharacterSelection.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EsiCharacterSelection/EsiCharacterSelection.module.css b/src/EsiCharacterSelection/EsiCharacterSelection.module.css index 0551917..ebcdf66 100644 --- a/src/EsiCharacterSelection/EsiCharacterSelection.module.css +++ b/src/EsiCharacterSelection/EsiCharacterSelection.module.css @@ -6,6 +6,7 @@ background-color: #1d1d1d; color: #c5c5c5; height: 24px; + padding-left: 5px; width: calc(100% - 20px); }