We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477d2de commit 3928c55Copy full SHA for 3928c55
app/assets/stylesheets/lexxy.css
@@ -24,6 +24,7 @@
24
}
25
26
.lexxy-content__table-wrapper {
27
+ margin: 0;
28
margin-block: 1ch;
29
overflow-x: auto;
30
app/assets/stylesheets/rich-text-content.css
@@ -211,11 +211,12 @@
211
212
213
/* Tables */
214
- .table-wrapper {
+ .lexxy-content__table-wrapper {
215
216
217
218
-
219
+
220
table {
221
border-collapse: collapse;
222
border-spacing: 0;
@@ -232,6 +233,10 @@
232
233
*:last-child {
234
margin-block-end: 0;
235
236
237
+ *:not(pre, code) {
238
+ word-break: normal;
239
+ }
240
241
242
th,
0 commit comments