Skip to content

Commit 40cd590

Browse files
committed
fix: bug on admin inline #152
1 parent 37d15b2 commit 40cd590

File tree

12 files changed

+33
-18
lines changed

12 files changed

+33
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ about: Create a bug report
1010
- OS (Operating System) version:
1111
- Browser and browser version:
1212
- Django version:
13-
- Martor version:
13+
- Martor version & theme:
1414

1515
### Steps to reproduce
1616

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.6.0'
3+
__VERSION__ = '1.6.1'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

martor/static/martor/css/martor-admin.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,8 @@ fieldset .form-row div>label {
9595
padding: 0;
9696
font-weight: 300!important;
9797
}
98+
99+
/* fix issue: #152 */
100+
.js-inline-admin-formset .form-row {
101+
display: revert;
102+
}

martor/static/martor/css/martor-admin.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.semantic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.0
2+
* Name : Martor v1.6.1
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 10-Mar-2021
4+
* Release date : 05-Apr-2021
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.0
2+
* Name : Martor v1.6.1
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 10-Mar-2021
4+
* Release date : 05-Apr-2021
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.semantic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)