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; }