Fixed caps error

This commit is contained in:
z0ccc 2021-07-23 00:33:41 -04:00
parent f323c5e9b1
commit 0d0380d471
2 changed files with 3 additions and 1 deletions

View file

@ -68,7 +68,7 @@ const HardwareBlock = () => {
}, },
{ {
key: 'userAgent', key: 'userAgent',
title: 'User Agent', title: 'User agent',
value: navigator.userAgent || 'N/A', value: navigator.userAgent || 'N/A',
}, },
{ {

View file

@ -143,11 +143,13 @@ tr:hover {
td { td {
vertical-align: top; vertical-align: top;
padding: 12px; padding: 12px;
word-break: break-all;
} }
td:first-child { td:first-child {
width: 180px; width: 180px;
font-weight: 500; font-weight: 500;
word-break: normal;
} }
p { p {