From 3ecbade48d6c279e194192c333a76ed1734e9f77 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Thu, 16 Feb 2023 12:58:23 +0100 Subject: [PATCH] Styling --- css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/custom.css b/css/custom.css index dbae460..ff3fa65 100644 --- a/css/custom.css +++ b/css/custom.css @@ -15,6 +15,10 @@ h2 { } +td { + overflow-wrap: break-word; +} + button { /*background-color: lightgray;*/ /*border: none;*/