mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
put help icon next to heading
This commit is contained in:
@@ -47,9 +47,13 @@ class Textarea extends React.Component<Props> {
|
||||
|
||||
return (
|
||||
<div className="field">
|
||||
{this.renderLabel()}
|
||||
<div className="field is-grouped">
|
||||
<div className="control is-expanded">
|
||||
<div className="control">
|
||||
{this.renderLabel()}
|
||||
</div>
|
||||
{this.renderHelp()}
|
||||
</div>
|
||||
<div className="control">
|
||||
<textarea
|
||||
className="textarea"
|
||||
ref={input => {
|
||||
@@ -60,8 +64,6 @@ class Textarea extends React.Component<Props> {
|
||||
value={value}
|
||||
/>
|
||||
</div>
|
||||
{this.renderHelp()}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user