NIFI-459:

- Fixing the label for the units in the hex view label.
This commit is contained in:
Matt Gilman 2015-04-10 11:03:05 -04:00
parent c1959b3e2d
commit 322be256b5
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@
<input type="hidden" name="caption" value="" />
</form>
</div>
<div id="trancation-message">Showing up to 1.5kb</div>
<div id="truncation-message">Showing up to 1.5 KB</div>

View File

@ -87,7 +87,7 @@
padding: 2px;
}
#trancation-message {
#truncation-message {
position: absolute;
left: 100px;
bottom: 35px;