mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-23 09:20:29 +00:00
Stop breadcrumb home icon from showing as ellipsis in Chrome
This commit is contained in:
parent
4a325421f5
commit
c19bea67b9
3 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Changelog
|
|||
* Fix: Custom document models no longer require their own post-delete signal handler (Gordon Pendleton)
|
||||
* Fix: Deletion of image / document files now only happens when database transaction has completed (Gordon Pendleton)
|
||||
* Fix: Fixed Node build scripts to work on Windows (Mikalai Radchuk)
|
||||
* Fix: Stop breadcrumb home icon from showing as ellipsis in Chrome 60 (Matt Westcott)
|
||||
|
||||
|
||||
1.12.2 (18.09.2017)
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ Bug fixes
|
|||
* Custom document models no longer require their own post-delete signal handler (Gordon Pendleton)
|
||||
* Deletion of image / document files now only happens when database transaction has completed (Gordon Pendleton)
|
||||
* Fixed Node build scripts to work on Windows (Mikalai Radchuk)
|
||||
* Stop breadcrumb home icon from showing as ellipsis in Chrome 60 (Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
|
|
@ -246,6 +246,7 @@ footer {
|
|||
text-align: center;
|
||||
width: 3em;
|
||||
font-size: 1em;
|
||||
text-overflow: clip;
|
||||
|
||||
&:before {
|
||||
font-size: 1.15rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue