guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix dasboard margin.


From: Mathieu Othacehe
Subject: branch master updated: Fix dasboard margin.
Date: Wed, 07 Apr 2021 06:23:26 -0400

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 <othacehe@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]