1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

style date separator

This commit is contained in:
Bruno Windels
2018-10-23 10:25:04 +02:00
parent bf6486ac4f
commit 2a264f36b7
2 changed files with 17 additions and 6 deletions

View File

@@ -56,6 +56,6 @@ export default class DateSeparator extends React.Component {
}
render() {
return <h2 className="mx_DateSeparator">{ this.getLabel() }</h2>;
return <h2 className="mx_DateSeparator"><hr/><date>{ this.getLabel() }</date><hr/></h2>;
}
}