[lxc-devel] [linuxcontainers.org/master] Fix try-it line-height regression

anthonydillon on Github lxc-bot at linuxcontainers.org
Wed Mar 6 13:27:19 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 496 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190306/56e0bf15/attachment.bin>
-------------- next part --------------
From 70c32741a934c3d4a70b465e4dac2bfa838ab66e Mon Sep 17 00:00:00 2001
From: Anthony Dillon <me at anthonydillon.com>
Date: Wed, 6 Mar 2019 13:25:19 +0000
Subject: [PATCH] Fix try-it line-height regression

Signed-off-by: Anthony Dillon <me at anthonydillon.com>
---
 static/css/local.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/static/css/local.css b/static/css/local.css
index 719abc6..ede6b00 100644
--- a/static/css/local.css
+++ b/static/css/local.css
@@ -89,6 +89,7 @@ p:empty {
 /* Terminal */
 #tryit_console * {
   margin-top: 0;
+  line-height: 1.5;
 }
 
 #tryit_console_measurement {


More information about the lxc-devel mailing list