mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added line-height to textarea
This commit is contained in:
parent
a54e1f0d12
commit
6079142f54
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Form extends React.Component {
|
|||
}
|
||||
</figure>
|
||||
<div className="w-full">
|
||||
<textarea className="w-full resize-none rounded-md border h-24 p-3 font-sans mb-1 focus:outline-0 dark:bg-[rgba(255,255,255,0.08)] dark:border-none dark:text-neutral-300" value={this.state.message} onChange={this.handleChange} placeholder="Join the conversation" />
|
||||
<textarea className="w-full resize-none rounded-md border h-24 p-3 font-sans mb-1 leading-normal focus:outline-0 dark:bg-[rgba(255,255,255,0.08)] dark:border-none dark:text-neutral-300" value={this.state.message} onChange={this.handleChange} placeholder="Join the conversation" />
|
||||
<button type="submit" className="w-full rounded-md border p-3 py-2.5 font-sans text-sm text-center bg-black font-semibold text-white dark:bg-[rgba(255,255,255,0.8)] dark:text-neutral-800">Add your comment</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue