Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit f4bad0a

Browse files
author
Shammamah Hossain
committed
Preserve whitespace in block quotes.
1 parent f0bee5c commit f4bad0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dash-table/components/Table/Table.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@
446446
text-align: left;
447447
font-family: sans-serif;
448448
display: inline-block;
449+
450+
blockquote {
451+
white-space: pre;
452+
}
449453
}
450454
}
451455
}

0 commit comments

Comments
 (0)