We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b14fc commit 8a35767Copy full SHA for 8a35767
src/unfold/templates/admin/submit_line.html
@@ -42,7 +42,7 @@
42
{% endif %}
43
44
{% if show_save_as_new %}
45
- <button type="submit" name="_saveasnew" class="border font-medium px-3 py-2 rounded-md transition-all w-full hover:bg-gray-50 dark:border-gray-700 dark:hover:text-gray-200 dark:hover:bg-gray-900">
+ <button type="submit" name="_saveasnew" class="border font-medium hidden px-3 py-2 rounded-md transition-all w-full hover:bg-gray-50 lg:block lg:w-auto dark:border-gray-700 dark:hover:text-gray-200 dark:hover:bg-gray-900">
46
{% translate 'Save as new' %}
47
</button>
48
0 commit comments