We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19e09c2 + 0113703 commit 719db39Copy full SHA for 719db39
src/core/components/object-model.jsx
@@ -59,7 +59,7 @@ export default class ObjectModel extends Component {
59
}
60
<span className="inner-object">
61
{
62
- <table className="model" style={{ marginLeft: "2em" }}><tbody>
+ <table className="model"><tbody>
63
64
!description ? null : <tr style={{ color: "#999", fontStyle: "italic" }}>
65
<td>description:</td>
src/style/_table.scss
@@ -19,8 +19,8 @@ table
19
20
&:first-of-type
21
22
- width: 100px;
23
- padding: 0;
+ width: 124px;
+ padding: 0 0 0 2em;
24
25
26
0 commit comments