Skip to content

Commit

Permalink
Bumps to v1.7.14. Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MaistrenkoAnton committed Oct 31, 2020
1 parent dbc016d commit 01a45bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. .. |build|
.. |pypi| image:: https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=1.7.13&x2=0
.. |pypi| image:: https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=1.7.14&x2=0
:target: https://pypi.org/project/django-material-admin/
.. |python| image:: https://img.shields.io/badge/python-3.4+-blue.svg
:target: https://www.python.org/
Expand Down
7 changes: 4 additions & 3 deletions libs/sass/base_site-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,18 @@ i {

.collapsible-body span.badge,
.app-list .app .card .app-item i,
.card .card-content {
.card .card-content .card-title {
color: var(--main-bg-color);
border-color: var(--main-bg-color);
.card-app-name {
}

.card .card-content .card-app-name {
width: 90%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-left: auto;
margin-right: auto;
}
}

fieldset {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="django-material-admin",
version="1.7.13",
version="1.7.14",
license='MIT License',
packages=find_packages(),
author="Anton Maistrenko",
Expand Down

0 comments on commit 01a45bb

Please sign in to comment.