From 693f337a59cde03c8817e75f2244467d39850149 Mon Sep 17 00:00:00 2001 From: acetone <63557806+acetoneRu@users.noreply.github.com> Date: Tue, 20 Apr 2021 11:37:40 -0400 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B0=D0=BF=D0=BA=D0=B0=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BD=D0=B5=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=BF=D0=B0=D0=B4=D0=B0=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Меня заверили, что фиксированная минимальная высота - нормальная практика в веб-верстке. --- src/webview/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webview/styles.css b/src/webview/styles.css index 686359f..616108f 100644 --- a/src/webview/styles.css +++ b/src/webview/styles.css @@ -21,6 +21,7 @@ body { .main .row.header { flex: 0 1 auto; + min-height: 42px; } .main .row.page { @@ -106,4 +107,4 @@ svg.tag-button { width: 24px; height: 24px; margin-bottom: .5rem; -} \ No newline at end of file +}