diff --git a/decidim-core/app/cells/decidim/activity/show.erb b/decidim-core/app/cells/decidim/activity/show.erb index c54f28f42a809..dea32ff9a758e 100644 --- a/decidim-core/app/cells/decidim/activity/show.erb +++ b/decidim-core/app/cells/decidim/activity/show.erb @@ -1,19 +1,19 @@
-
+

<%= created_at %> -

+

- +
<% if title.present? %> - +

<%= title_icon %> <%= title %> - +

<% end %> <%= html_truncate decidim_sanitize(resource_link_text, strip_tags: true), length: 80 %> -
+
<% unless hide_participatory_space? %> <%= participatory_space_link %> diff --git a/decidim-core/app/packs/stylesheets/decidim/_activity.scss b/decidim-core/app/packs/stylesheets/decidim/_activity.scss index b93dde0eb1db5..f1b3adc22c1f2 100644 --- a/decidim-core/app/packs/stylesheets/decidim/_activity.scss +++ b/decidim-core/app/packs/stylesheets/decidim/_activity.scss @@ -12,12 +12,12 @@ &__content { @apply col-span-2 md:col-span-1 order-first md:order-none space-y-2; - > span:first-child { - span { - @apply text-gray-2 text-sm; + > div:first-child { + p { + @apply text-gray-2 text-sm inline-block; svg { - @apply text-gray fill-current; + @apply text-gray fill-current inline; } }