fix the fixed prose
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user