From c93b4aab520538f07c61c72b592e0a359ddf9b06 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 23 Jan 2022 00:31:52 -0300 Subject: aux/: Update --- aux/workflow/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'aux/workflow/style.css') diff --git a/aux/workflow/style.css b/aux/workflow/style.css index 56e4712..c3496b5 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -59,4 +59,13 @@ .CANCELLED, .DONE, .WONTFIX { color: green; } + + pre > code { + display: block; + border: 1px solid #ccc; + border-radius: 10px; + padding: 10px; + overflow: auto; + white-space: pre; + } -- cgit v1.2.3