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',
|
key: 'userAgent',
|
||||||
title: 'User Agent',
|
title: 'User agent',
|
||||||
value: navigator.userAgent || 'N/A',
|
value: navigator.userAgent || 'N/A',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue