From 578cd0c92560f8f353214bfdbfaf8723abd43d24 Mon Sep 17 00:00:00 2001 From: Lilian Date: Thu, 27 Jun 2024 11:44:21 +0200 Subject: [PATCH] [frontend] Fix Profile Field styling --- Iceshrimp.Frontend/Components/ProfileInfoField.razor.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Iceshrimp.Frontend/Components/ProfileInfoField.razor.css b/Iceshrimp.Frontend/Components/ProfileInfoField.razor.css index e69de29b..8da9013c 100644 --- a/Iceshrimp.Frontend/Components/ProfileInfoField.razor.css +++ b/Iceshrimp.Frontend/Components/ProfileInfoField.razor.css @@ -0,0 +1,6 @@ +.field { + display: flex; +} +.field-name { + width: 10rem; +}