diff --git a/frontend/src/index.css b/frontend/src/index.css index 60f26e2..368abe5 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -79,6 +79,10 @@ p, li, ul, th, td, tr, em, a, b, input, label, button { } } +td { + overflow-wrap: break-word !important; +} + h1 { color: var(--card-border-color); font-size: 40px !important; @@ -210,4 +214,4 @@ nav a, nav a:visited { a { color: var(--a-visited-color) !important; -} \ No newline at end of file +}