Fixed caps error
This commit is contained in:
parent
f323c5e9b1
commit
0d0380d471
2 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const HardwareBlock = () => {
|
|||
},
|
||||
{
|
||||
key: 'userAgent',
|
||||
title: 'User Agent',
|
||||
title: 'User agent',
|
||||
value: navigator.userAgent || 'N/A',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue