Skip to content

Commit

Permalink
fixing hooks table header cell style (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored and Emmanuel Meinen committed Dec 4, 2019
1 parent 8628a06 commit b801de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Hooks.elm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ hooksTable now org repo hookBuilds hooks clickAction =
headers : Html msg
headers =
div [ class "headers" ]
[ div [ class "first-cell" ] [ text "" ]
[ div [ class "filler-cell" ] [ text "" ]
, div [ class "header", class "source-id" ] [ text "source id" ]
, div [ class "header" ] [ text "created" ]
, div [ class "header" ] [ text "host" ]
Expand Down

0 comments on commit b801de4

Please sign in to comment.