From 5f340ae7f11d264ee503fd042571eabebf30d9fe Mon Sep 17 00:00:00 2001 From: z0ccc Date: Mon, 13 Sep 2021 23:21:50 -0400 Subject: [PATCH] Capitalize first letter automatically --- frontend/src/styles/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/App.css b/frontend/src/styles/App.css index 36345ad..ad76799 100644 --- a/frontend/src/styles/App.css +++ b/frontend/src/styles/App.css @@ -145,10 +145,13 @@ tbody:not(:last-child) { } td { - /* vertical-align: top; */ padding: 12px; } +td:first-letter { + text-transform: uppercase; +} + td:first-child { width: 180px; font-weight: 600;