mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 05:25:29 +02:00
Small UI improvements, update dependencies
This commit is contained in:
parent
3b9241e298
commit
9e99b89907
17 changed files with 99 additions and 103 deletions
|
@ -78,6 +78,7 @@ const EditStep = React.memo(({
|
|||
</Popup.Header>
|
||||
<Popup.Content>
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<div className={styles.text}>{t('common.title')}</div>
|
||||
<Input
|
||||
fluid
|
||||
ref={nameField}
|
||||
|
|
|
@ -8,3 +8,10 @@
|
|||
.field {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: #444444;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue