aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-11-01 17:03:54 +0000
committerChristopher Baines <mail@cbaines.net>2023-11-01 17:03:54 +0000
commitebd6e2636a0944c0fb0a3078958537862b49a45e (patch)
tree37768e9326867d1ad8f943b9be3e173ad5ec09fd
parent5e19094595ef660e24317d2db5c800dac8e262e8 (diff)
downloadqa-frontpage-ebd6e2636a0944c0fb0a3078958537862b49a45e.tar
qa-frontpage-ebd6e2636a0944c0fb0a3078958537862b49a45e.tar.gz
Make the branches table shorter
-rw-r--r--guix-qa-frontpage/view/home.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm
index de14cc0..662020b 100644
--- a/guix-qa-frontpage/view/home.scm
+++ b/guix-qa-frontpage/view/home.scm
@@ -70,6 +70,7 @@ dt {
(@ (class "row"))
(section
(table
+ (@ (style "max-height: 20em; overflow-y: scroll;"))
(thead
(tr (th "Branch")
(th "Request to merge")))