From 3dcee325a4192700531ec4ee3c3597acb81684ba Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Wed, 16 Dec 2020 21:31:36 +0100 Subject: [PATCH] fix(matches): small tweaks for Redemption + Youmuu items --- client/src/components/Match/MatchItems.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/components/Match/MatchItems.vue b/client/src/components/Match/MatchItems.vue index 9d1f11c..7981290 100644 --- a/client/src/components/Match/MatchItems.vue +++ b/client/src/components/Match/MatchItems.vue @@ -160,6 +160,10 @@ export default { } .item-description >>> rules { - @apply block mt-2 text-blue-400 italic; + @apply inline-block mt-2 text-blue-400 italic; +} + +.item-description >>> rules active { + @apply inline text-white font-normal; }