NIFI-2715 - Match style to 'detail-value'

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>

This closes #2100
This commit is contained in:
yuri1969 2017-08-23 18:26:36 +02:00 committed by Scott Aslan
parent a9ee2aa5e4
commit 6c426f7a12
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ div.flowfile-header {
padding: 5px;
}
div.detail-name, div.flowfile-info {
div.detail-name {
width: 100%;
font-size: 12px;
font-weight: 500;
@ -117,7 +117,7 @@ div.detail-name, div.flowfile-info {
color: #262626;
}
div.detail-value {
div.detail-value, div.flowfile-info {
line-height: normal;
width: 100%;
color: #775351;