Skip to content

Commit

Permalink
Merge pull request #210 from europeana/feat/MET-6129-Show-Full-Line-I…
Browse files Browse the repository at this point in the history
…n-Data-Appendice-Grid

MET-6129 Show Full Line in Data Appendice Grid
  • Loading branch information
andyjmaclean authored Oct 31, 2024
2 parents 90b7b98 + 5216d83 commit 322302b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/appendice-section/appendice-section.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
></span>

<span
class="cell-live"
[ngClass]="{ 'cell-line': !!headerValue }"
class="cell-live cell-line"
[attr.style]="'border-left-color: ' + colour"
>
{{ headerValue | number }}
Expand Down

0 comments on commit 322302b

Please sign in to comment.