Fix PinnedHostsPicker overflow
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
5c853363a2
commit
b89c45c606
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const PinnedHostsPicker: React.FC<IPinnedHostsPicker> = ({ host: activeHost }) =
|
|||
if (!pinnedHosts.length) return null;
|
||||
|
||||
return (
|
||||
<HStack className='mb-4' space={2}>
|
||||
<HStack className='mb-4 black:mx-2' space={2}>
|
||||
{pinnedHosts.map((host) => (
|
||||
<Button
|
||||
key={host}
|
||||
|
|
Loading…
Reference in a new issue