Skip to content

Commit

Permalink
remove unneeded "white-space: nowrap" in name column (this was added …
Browse files Browse the repository at this point in the history
…in a first version where this column also included an icon for external link, which looked weird (in a separate line) without this setting)
  • Loading branch information
carueda committed Jul 27, 2014
1 parent 8ec1a9c commit e28ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h5></h5>
</thead>

<tr>
<td field-name="name" style="white-space: nowrap;">
<td field-name="name">
<div ng-bind-html="gridItem.name"></div>
</td>
<td field-name="definition">
Expand Down

0 comments on commit e28ff91

Please sign in to comment.