diff --git a/decidim-core/app/packs/stylesheets/decidim/_labels.scss b/decidim-core/app/packs/stylesheets/decidim/_labels.scss index 96de1380043ce..417cb8de4d85c 100644 --- a/decidim-core/app/packs/stylesheets/decidim/_labels.scss +++ b/decidim-core/app/packs/stylesheets/decidim/_labels.scss @@ -6,7 +6,7 @@ --warning: #ad4910; --bg-warning: #ffeebd; - @apply bg-background text-gray-2 rounded inline-flex items-center gap-1 px-2 font-semibold text-sm; + @apply bg-background text-gray-2 rounded flex h-min items-center gap-1 px-2 py-1 font-semibold text-sm; &.success { @apply bg-[var(--bg-success)] text-[var(--success)]; diff --git a/decidim-proposals/app/packs/stylesheets/decidim/proposals/proposals.scss b/decidim-proposals/app/packs/stylesheets/decidim/proposals/proposals.scss index 01eb0e88cfe87..ed23b687336cf 100644 --- a/decidim-proposals/app/packs/stylesheets/decidim/proposals/proposals.scss +++ b/decidim-proposals/app/packs/stylesheets/decidim/proposals/proposals.scss @@ -103,11 +103,7 @@ } &__grid-text-title { - @apply flex justify-between flex-row md:flex-col md:items-start lg:flex-row lg:items-center; - - .label { - @apply md:mt-2; - } + @apply flex justify-between flex-row items-center md:flex-col md:items-start lg:flex-row lg:items-center; } &__list-metadata {