diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 16:06:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 16:06:09 +0200 |
| commit | 0f0aadf430546819cfcf55f7106a1247190e674c (patch) | |
| tree | 0c2ee840793ac1790ae99bb5340bc7cbc1b211fc /animism-align/frontend/app/common/form.component.js | |
| parent | 2aad507650fa3263ef81be759ab0531b43e5b7cc (diff) | |
recover timestamps... whoops!!
Diffstat (limited to 'animism-align/frontend/app/common/form.component.js')
| -rw-r--r-- | animism-align/frontend/app/common/form.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/common/form.component.js b/animism-align/frontend/app/common/form.component.js index 3b55162..4eee10b 100644 --- a/animism-align/frontend/app/common/form.component.js +++ b/animism-align/frontend/app/common/form.component.js @@ -112,7 +112,7 @@ export class Select extends Component { } const { focused } = this.state return ( - <label> + <label className='selectLabel'> {title && <span>{title}</span>} <div className={(focused ? 'select focus' : 'select') + " " + (className || "")}> <div>{(options.find(opt => String(opt.name) === String(selected)) || {label: defaultOption}).label}</div> |
