Stop breadcrumb home icon from showing as ellipsis in Chrome

pull/3876/merge
Matt Westcott 2017-09-22 12:33:11 +01:00 zatwierdzone przez Janneke Janssen
rodzic 4a325421f5
commit c19bea67b9
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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

Wyświetl plik

@ -246,6 +246,7 @@ footer {
text-align: center;
width: 3em;
font-size: 1em;
text-overflow: clip;
&:before {
font-size: 1.15rem;