reduce padding between vertical line and scanned value

This commit is contained in:
Marty Alcala 2016-10-19 15:44:17 -04:00
commit b5d5dd1f3b
2 changed files with 5 additions and 5 deletions

View file

@ -66,7 +66,7 @@ incoming-data-menu {
color: #4A4A4A;
font-size: 14px;
border-left: 1px solid #E4E4E4;
padding-left: 1rem;
padding-left: .7rem;//1rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;