Monorepo for Tangled tangled.org

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

+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 }