File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1- < div class ="readonly font-medium max-w-4xl py-2 text-sm *:rounded-md {% if not adminform.model_admin.compressed_fields and not field.is_image %}bg-gray-50 border px-3 rounded-md shadow-sm dark:border-gray-700 dark:bg-gray-800{% endif %} {% if field.is_image %}inline-block [&_img]:rounded-md !py-0{% endif %} "> {% if value %}{{ value }}{% elif field.contents %}{{ field.contents }}{% else %}-{% endif %}</ div >
1+ < div class ="readonly max-w-4xl py-2 text-sm *:rounded-md {% if not adminform.model_admin.compressed_fields and not field.is_image %}bg-gray-50 border font-medium px-3 rounded-md shadow-sm dark:border-gray-700 dark:bg-gray-800{% endif %} {% if field.is_image %}inline-block [&_img]:rounded-md !py-0{% endif %} "> {% if value %}{{ value }}{% elif field.contents %}{{ field.contents }}{% else %}-{% endif %}</ div >
You can’t perform that action at this time.
0 commit comments