mirror of https://github.com/apache/nifi.git
NIFI-459:
- Fixing the label for the units in the hex view label.
This commit is contained in:
parent
c1959b3e2d
commit
322be256b5
|
@ -29,4 +29,4 @@
|
||||||
<input type="hidden" name="caption" value="" />
|
<input type="hidden" name="caption" value="" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div id="trancation-message">Showing up to 1.5kb</div>
|
<div id="truncation-message">Showing up to 1.5 KB</div>
|
|
@ -87,7 +87,7 @@
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#trancation-message {
|
#truncation-message {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 100px;
|
left: 100px;
|
||||||
bottom: 35px;
|
bottom: 35px;
|
||||||
|
|
Loading…
Reference in New Issue