fix(fe/settings): incorrect title style
This commit is contained in:
parent
7577fb0ace
commit
46e40d1831
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ export class PaneSettings extends React.Component<Props, State, {}> {
|
|||
<div id="pane-settings">
|
||||
<Container>
|
||||
<div id="profile">
|
||||
<h5 className="title">{this.props.msg.pkg.get("user.profile")}</h5>
|
||||
<h5 className="pane-title">{this.props.msg.pkg.get("user.profile")}</h5>
|
||||
|
||||
<div className="hr"></div>
|
||||
|
||||
<div>
|
||||
<Card
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue