mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
style(console): remove full-width limit of add social dropdown (#2778)
This commit is contained in:
parent
738675a7db
commit
f42b82d13b
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ const AddButton = ({ options, onSelected, hasSelectedConnectors }: Props) => {
|
||||||
dropdownClassName={classNames(
|
dropdownClassName={classNames(
|
||||||
hasSelectedConnectors ? styles.addAnotherDropdown : styles.dropdown
|
hasSelectedConnectors ? styles.addAnotherDropdown : styles.dropdown
|
||||||
)}
|
)}
|
||||||
isDropdownFullWidth={!hasSelectedConnectors}
|
|
||||||
>
|
>
|
||||||
{options.map(({ target, logo, logoDark, name, connectors }) => (
|
{options.map(({ target, logo, logoDark, name, connectors }) => (
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
|
|
Loading…
Reference in a new issue