From ba98bb0c03e80a0dfa65797707664f61422b2500 Mon Sep 17 00:00:00 2001 From: radex Date: Wed, 7 Feb 2024 17:49:59 +0100 Subject: [PATCH] Improve preview --- labelmaker/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/labelmaker/templates/index.html b/labelmaker/templates/index.html index d0bd677..d4551d6 100644 --- a/labelmaker/templates/index.html +++ b/labelmaker/templates/index.html @@ -25,6 +25,10 @@ height: 60px; background-color: #f5f5f5; } + + #preview { + border: 1px solid #ccc; + }