From 000c010ce6c7b17c3479a09481bfe765703ef0aa Mon Sep 17 00:00:00 2001 From: Steven B Date: Mon, 25 Sep 2017 06:12:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20incorrect=20publish=20me?= =?UTF-8?q?nu=20date/time=20input=20sizes=20in=20IE11=20(#853)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Ghost/issues/8514 - add `width: 100%` to elements in order to correctly size within their container --- ghost/admin/app/styles/components/publishmenu.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index 3549b0df30..07f03a58b3 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -99,6 +99,7 @@ display: flex; flex-direction: column; margin: 0 0 0 15px; + width: 100%; } .gh-publishmenu-radio-label { @@ -142,6 +143,9 @@ align-items: center; justify-content: space-between; } +.gh-date-time-picker .ember-basic-dropdown{ + width: 100%; +} .gh-date-time-picker-date, .gh-date-time-picker-time { @@ -158,7 +162,7 @@ .gh-date-time-picker-time { margin-left: 10px; - width: 170px; + width: calc(100% - 4px); } .gh-date-time-picker-date.error,