fix the fixed prose

This commit is contained in:
2023-01-05 00:11:55 +02:00
parent 000d90171c
commit 7b67a61d02
6 changed files with 12 additions and 8 deletions

View File

@ -24,9 +24,9 @@
%td.whitespace-nowrap.px-4.py-2.text-gray-700
= type.to_s.capitalize
-[:Page , :Section , :Card , :Image].each do |element|
%td.whitespace-nowrap.px-4.py-2.text-gray-700
%td.px-4.py-2.text-gray-700
- changeset(type , element).each do |name|
%span=name.last
=name.last
.grid.grid-cols-3.bg-white
.items-center.justify-center.col-span-2

View File

@ -8,6 +8,5 @@
.text-xl.pb-6{ prose_classes }
= section.option("subheader")
.max-w-full.mt-4.gap-16{ text_column_option(section)}
%div{ prose_classes }
= markdown_image(section)
.max-w-full.mt-4.gap-16{ options(section , :text_column , :prose ) }
= markdown_image(section)