mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
interface: dropdown should have same width
This commit is contained in:
parent
7f03e35c9c
commit
bc685b6438
@ -88,7 +88,7 @@ export function GroupSwitcher(props: {
|
|||||||
>
|
>
|
||||||
<Row alignItems="center" justifyContent="space-between">
|
<Row alignItems="center" justifyContent="space-between">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
width="220px"
|
width="231px"
|
||||||
alignY="top"
|
alignY="top"
|
||||||
options={
|
options={
|
||||||
<Col
|
<Col
|
||||||
|
Loading…
Reference in New Issue
Block a user