From 15c79d63657a18fc2e5ceceebe16cf1151d45c1a Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad <600878@stud.hvl.no> Date: Sat, 14 Jan 2023 15:03:54 +0100 Subject: [PATCH] Don't break words in header --- src/components/truth-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/truth-table.tsx b/src/components/truth-table.tsx index c942731..0298a6c 100644 --- a/src/components/truth-table.tsx +++ b/src/components/truth-table.tsx @@ -28,7 +28,7 @@ const TruthTable: Component = ( -

{ exp }

+

{ exp }

) }