mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Updated styling of goals report.
This commit is contained in:
parent
f259130202
commit
9f43ae67ef
12 changed files with 93 additions and 85 deletions
|
|
@ -76,11 +76,9 @@ export function GoalsAddForm({
|
|||
className={styles.input}
|
||||
value={goal?.toString()}
|
||||
onChange={e => handleChange(e, setGoal)}
|
||||
autoFocus={true}
|
||||
autoComplete="off"
|
||||
onKeyDown={handleKeyDown}
|
||||
/>
|
||||
.
|
||||
</Flexbox>
|
||||
</FormRow>
|
||||
<FormRow>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue