Fix PinnedHostsPicker overflow

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-07-25 22:00:21 +02:00
parent 5c853363a2
commit b89c45c606

View file

@ -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}