From cda340451159e5f15288eea3951561cc52e7ed3f Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sun, 12 Jul 2020 12:33:11 +0200 Subject: Fix the width of revisions table when descriptions are too short --- site/cleopatra/soupault.org | 1 + 1 file changed, 1 insertion(+) (limited to 'site') diff --git a/site/cleopatra/soupault.org b/site/cleopatra/soupault.org index 04aec1f..dcadb83 100644 --- a/site/cleopatra/soupault.org +++ b/site/cleopatra/soupault.org @@ -380,6 +380,7 @@ https://code.soap.coffee/writing/lthms.git @include margin-centered(2rem) border-top: 2px solid $primary-color border-bottom: 2px solid $primary-color + width: calc(100% + 4rem) border-collapse: collapse; td -- cgit v1.2.3