Skip to content

Commit b801de4

Browse files
plyr4Emmanuel Meinen
authored and
Emmanuel Meinen
committed
fixing hooks table header cell style (#35)
1 parent 8628a06 commit b801de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elm/Pages/Hooks.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ hooksTable now org repo hookBuilds hooks clickAction =
9191
headers : Html msg
9292
headers =
9393
div [ class "headers" ]
94-
[ div [ class "first-cell" ] [ text "" ]
94+
[ div [ class "filler-cell" ] [ text "" ]
9595
, div [ class "header", class "source-id" ] [ text "source id" ]
9696
, div [ class "header" ] [ text "created" ]
9797
, div [ class "header" ] [ text "host" ]

0 commit comments

Comments
 (0)