This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 7b018bd  Fix dasboard margin.
7b018bd is described below

commit 7b018bd2c210f98c8546838fd062816a50310db2
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Wed Apr 7 12:23:00 2021 +0200

    Fix dasboard margin.
    
    * src/static/css/cuirass.css (content-fixed-margin): Add flex property.
---
 src/static/css/cuirass.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/static/css/cuirass.css b/src/static/css/cuirass.css
index 6022f9e..ccab72a 100644
--- a/src/static/css/cuirass.css
+++ b/src/static/css/cuirass.css
@@ -16,6 +16,7 @@ body {
 }
 
 .content-fixed-margin {
+    flex: 1 0 auto;
     margin: 1em 3em;
 }
 

Reply via email to