mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
limit selector width
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Selector({
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<Spring from={{ opacity: 0 }} to={{ opacity: 1 }}>
|
||||
<Spring native from={{ opacity: 0 }} to={{ opacity: 1 }}>
|
||||
{styles => (
|
||||
<animated.button
|
||||
style={{ ...button, ...styles }}
|
||||
@@ -71,7 +71,7 @@ export default function Selector({
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<Spring from={{ opacity: 0 }} to={{ opacity: 1 }}>
|
||||
<Spring native from={{ opacity: 0 }} to={{ opacity: 1 }}>
|
||||
{styles => (
|
||||
<animated.button
|
||||
style={{ ...button, ...styles }}
|
||||
@@ -88,7 +88,7 @@ export default function Selector({
|
||||
return (
|
||||
<div id="listselector">
|
||||
<Select
|
||||
style={{ fontSize: '1.5rem' }}
|
||||
style={{ fontSize: '1.5rem', width: '100%' }}
|
||||
value={list}
|
||||
onChange={e => onChange(e.target.value)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user