From 8f7398b8144db5fe58f96416df0983b8f115ac18 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 5 Aug 2019 11:36:57 +0100 Subject: Tweak the branch table layout --- guix-data-service/web/view/html.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm index 4b1129f..647a07e 100644 --- a/guix-data-service/web/view/html.scm +++ b/guix-data-service/web/view/html.scm @@ -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* -- cgit v1.2.3