From 9c2dc188c05a93626118c3484ca6122452e200f6 Mon Sep 17 00:00:00 2001 From: CheddarCrisp <cheddar@crispbyte.dev> Date: Sun, 16 Feb 2020 14:30:45 -0500 Subject: [PATCH] Prevent history header from getting shrunk --- src/ncounter/History.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ncounter/History.svelte b/src/ncounter/History.svelte index c299c26..457ca11 100644 --- a/src/ncounter/History.svelte +++ b/src/ncounter/History.svelte @@ -113,6 +113,7 @@ function close(){ header { display: flex; + flex: none; } header h1 {