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 {