Tweak the branch table layout

This commit is contained in:
Christopher Baines 2019-08-05 11:36:57 +01:00
parent 002ae7685c
commit 8f7398b814

View file

@ -789,13 +789,13 @@
(div (div
(@ (class "col-md-12")) (@ (class "col-md-12"))
(table (table
(@ (class "table table-responsive") (@ (class "table")
(style "table-layout: fixed;")) (style "table-layout: fixed;"))
(thead (thead
(tr (tr
(th (@ (class "col-md-3")) "Date") (th (@ (class "col-sm-3")) "Date")
(th (@ (class "col-md-7")) "Commit") (th (@ (class "col-sm-7")) "Commit")
(th (@ (class "col-md-1"))))) (th (@ (class "col-sm-1")))))
(tbody (tbody
,@(map ,@(map
(match-lambda* (match-lambda*