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
|
(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*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue