From c19bea67b91f7f8eb2dfb587a1aec3312f7cd118 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 22 Sep 2017 12:33:11 +0100 Subject: [PATCH] Stop breadcrumb home icon from showing as ellipsis in Chrome --- CHANGELOG.txt | 1 + docs/releases/1.13.rst | 1 + wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a450ce7e7..0c9285d44 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/1.13.rst b/docs/releases/1.13.rst index ea1025ba4..8eef060fa 100644 --- a/docs/releases/1.13.rst +++ b/docs/releases/1.13.rst @@ -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 diff --git a/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss b/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss index dec76933a..73e2e81e1 100644 --- a/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss +++ b/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss @@ -246,6 +246,7 @@ footer { text-align: center; width: 3em; font-size: 1em; + text-overflow: clip; &:before { font-size: 1.15rem;