From 0d0380d47177d4c9bf639c3307fca496ee9ae573 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Fri, 23 Jul 2021 00:33:41 -0400 Subject: [PATCH] Fixed caps error --- frontend/src/components/SoftwareBlock.js | 2 +- frontend/src/styles/App.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/SoftwareBlock.js b/frontend/src/components/SoftwareBlock.js index f30f5c9..d296a15 100644 --- a/frontend/src/components/SoftwareBlock.js +++ b/frontend/src/components/SoftwareBlock.js @@ -68,7 +68,7 @@ const HardwareBlock = () => { }, { key: 'userAgent', - title: 'User Agent', + title: 'User agent', value: navigator.userAgent || 'N/A', }, { diff --git a/frontend/src/styles/App.css b/frontend/src/styles/App.css index 9c008ed..a4a57b0 100644 --- a/frontend/src/styles/App.css +++ b/frontend/src/styles/App.css @@ -143,11 +143,13 @@ tr:hover { td { vertical-align: top; padding: 12px; + word-break: break-all; } td:first-child { width: 180px; font-weight: 500; + word-break: normal; } p {