From 14bc0b974175deb6100cab1fad59a77a292e58f6 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 13 Oct 2022 19:56:15 +0200 Subject: [PATCH] Always show score pill for exercise implement and adjust styling --- app/assets/stylesheets/base.css.scss | 4 +++- app/assets/stylesheets/editor.css.scss | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index fd9fcad7..d542cfc0 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -75,8 +75,10 @@ span.caret { } .rounded-pill { - font-size: 100%; + font-size: 90%; font-weight: 500; + padding-left: 0.5rem; + padding-right: 0.5rem; } .container[data-controller] { diff --git a/app/assets/stylesheets/editor.css.scss b/app/assets/stylesheets/editor.css.scss index 3a7b74d0..38ada147 100644 --- a/app/assets/stylesheets/editor.css.scss +++ b/app/assets/stylesheets/editor.css.scss @@ -43,7 +43,6 @@ } .score { - display: none; vertical-align: bottom; }