From ae35eebc94d452d74e0011298b6fd901b8abc0ac Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 20 Sep 2024 08:38:57 +0200
Subject: [PATCH] fix(css): fix font size in generated gitlab-ci.yaml

---
 src/app/gitlab-ci/gitlab-ci.component.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/gitlab-ci/gitlab-ci.component.css b/src/app/gitlab-ci/gitlab-ci.component.css
index 6b112f5..c1781b9 100644
--- a/src/app/gitlab-ci/gitlab-ci.component.css
+++ b/src/app/gitlab-ci/gitlab-ci.component.css
@@ -28,6 +28,7 @@ div {
 pre {
   color: inherit;
   margin: 0;
+  font-size: .875rem;
 }
 .comment {
   font-style: italic;
-- 
GitLab