[NIFI-6629] calc correct width for usage ellipsis

This closes #3708
This commit is contained in:
Scott Aslan 2019-09-06 15:45:46 -04:00 committed by Matt Gilman
parent d9c8d0c5a7
commit c187292fd9
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
2 changed files with 3 additions and 3 deletions

View File

@ -118,6 +118,7 @@ div.service.expansion-button {
span.referencing-component-active-thread-count {
margin-left: 5px;
float: left;
}
span.referencing-component-name {
@ -247,4 +248,4 @@ div.new-inline-controller-service-button-container {
bottom: 0;
right: 0;
padding: 0 8px 10px;
}
}

View File

@ -111,8 +111,7 @@
span.parameter-context-referencing-component-name {
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - 10px);
max-width: calc(100% - 70px);
}
#parameter-context-updating-status {