From f224aea44491c6525c8383c496020ebfd26243f4 Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 6 Nov 2019 19:53:50 +0100 Subject: [PATCH] fixed entry title input size --- app/styles/areas/_details.scss | 1 + release-notes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/app/styles/areas/_details.scss b/app/styles/areas/_details.scss index 942e10d3..1b1ef343 100644 --- a/app/styles/areas/_details.scss +++ b/app/styles/areas/_details.scss @@ -64,6 +64,7 @@ font-weight: bold; position: relative; top: -2px; + min-width: 0; @include mobile { width: 100%; } diff --git a/release-notes.md b/release-notes.md index 3857cb4f..bb47c9ea 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,7 @@ Release notes ##### v1.12.3 (2019-11-06) `-` fix #1335: removed the menubar on Windows and Linux `-` fix #1334: saving new files not working +`-` fixed entry title input size ##### v1.12.2 (2019-11-03) `-` fixed non-working updater