* fix #2444: div for table scrollbar * span to div, white-space: nowrap in .css
This commit is contained in:
parent
47a48fe952
commit
e0bea64175
@ -243,9 +243,9 @@ function MediaLink ({
|
|||||||
|
|
||||||
function Table ({ node, ...props }) {
|
function Table ({ node, ...props }) {
|
||||||
return (
|
return (
|
||||||
<span className='table-responsive'>
|
<div className='table-responsive'>
|
||||||
<table className='table table-bordered table-sm' {...props} />
|
<table className='table table-bordered table-sm' {...props} />
|
||||||
</span>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -241,6 +241,7 @@
|
|||||||
|
|
||||||
.text table {
|
.text table {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text blockquote {
|
.text blockquote {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user