Merge pull request #2621 from matrix-org/bwindels/tabsdivider
Add divider between tabs and regular buttons in room header
This commit is contained in:
@@ -88,7 +88,7 @@ export default class HeaderButtons extends React.Component {
|
||||
|
||||
render() {
|
||||
// inline style as this will be swapped around in future commits
|
||||
return <div style={{display: 'flex'}}>
|
||||
return <div className="mx_HeaderButtons">
|
||||
{ this.renderButtons() }
|
||||
</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user