Tweak the branch table layout
This commit is contained in:
parent
002ae7685c
commit
8f7398b814
1 changed files with 4 additions and 4 deletions
|
|
@ -789,13 +789,13 @@
|
|||
(div
|
||||
(@ (class "col-md-12"))
|
||||
(table
|
||||
(@ (class "table table-responsive")
|
||||
(@ (class "table")
|
||||
(style "table-layout: fixed;"))
|
||||
(thead
|
||||
(tr
|
||||
(th (@ (class "col-md-3")) "Date")
|
||||
(th (@ (class "col-md-7")) "Commit")
|
||||
(th (@ (class "col-md-1")))))
|
||||
(th (@ (class "col-sm-3")) "Date")
|
||||
(th (@ (class "col-sm-7")) "Commit")
|
||||
(th (@ (class "col-sm-1")))))
|
||||
(tbody
|
||||
,@(map
|
||||
(match-lambda*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue