improvement: relax schema description styling so Markdown can be effective (via #5340)
This commit is contained in:
@@ -79,8 +79,8 @@ export default class ObjectModel extends Component {
|
|||||||
{
|
{
|
||||||
<table className="model"><tbody>
|
<table className="model"><tbody>
|
||||||
{
|
{
|
||||||
!description ? null : <tr style={{ color: "#666", fontStyle: "italic" }}>
|
!description ? null : <tr style={{ color: "#666", fontWeight: "normal" }}>
|
||||||
<td>description:</td>
|
<td style={{ fontWeight: "bold" }}>description:</td>
|
||||||
<td>
|
<td>
|
||||||
<Markdown source={ description } />
|
<Markdown source={ description } />
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user