Add styling to help line goodie

The longer hash data was wrapped off due to character
limit. This could be fixed by setting a custom CSS style
to list view table.

* added custom CSS style to help line goodie

* long names are not wrapped off anymore

See also: #2840
master
NaveenKarippai 2016-05-22 20:17:23 +00:00
parent 42f790bcb2
commit b5704cb7ca
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.zci--help_line .record .record__cell--key {
width: 20em;
text-transform: none;
}