From 78a5dcb93960197cefa3f44b05ca4b9fd496f55e Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Wed, 10 May 2023 08:27:14 -0400 Subject: [PATCH] :bug: fixes wrapping in header closes: #218 --- static/css/styles.css | 16 ++++++++++++++++ templates/includes/_header.html | 14 +++++++------- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 32408a9c..67ea14fb 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1409,6 +1409,22 @@ input[type=file] { width: 200px; } +.w-80 { + width: 20rem; +} + +.w-60 { + width: 15rem; +} + +.w-48 { + width: 12rem; +} + +.w-44 { + width: 11rem; +} + .min-w-0 { min-width: 0px; } diff --git a/templates/includes/_header.html b/templates/includes/_header.html index 45be5aaa..b67a9ba9 100644 --- a/templates/includes/_header.html +++ b/templates/includes/_header.html @@ -18,16 +18,16 @@
-