Monorepo for Tangled

input.css: use overflow-wrap: normal for table cells so they don't get wrapped mid word

authored by ptr.pet and committed by tangled.org 3cbb51a0 1591c485

+5
+5
input.css
··· 151 151 overflow-wrap: anywhere; 152 152 } 153 153 154 + .prose td, 155 + .prose th { 156 + overflow-wrap: normal; 157 + } 158 + 154 159 .prose hr { 155 160 @apply my-2; 156 161 }