Browse Source

align table head in demo

pull/5459/merge
afc163 8 years ago
parent
commit
51f1403e14
  1. 7
      components/table/demo/bordered.md

7
components/table/demo/bordered.md

@ -58,15 +58,8 @@ ReactDOM.render(
````
````css
.column-money {
text-align: right;
}
/* Align the column header too */
/*
th.column-money,
td.column-money {
text-align: right;
}
*/
````

Loading…
Cancel
Save