align table head in demo

This commit is contained in:
afc163 2017-03-30 13:52:24 +08:00
parent b8fca87461
commit 51f1403e14

View File

@ -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;
}
*/
````