mirror of https://github.com/apache/nifi.git
NIFI-2715 - Match style to 'detail-value'
Signed-off-by: Scott Aslan <scottyaslan@gmail.com> This closes #2100
This commit is contained in:
parent
a9ee2aa5e4
commit
6c426f7a12
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue