fix(ui): do not constrain width of hide/show boards button

lets translations display fully
This commit is contained in:
psychedelicious
2024-08-19 08:44:42 +10:00
parent 918afa5b15
commit 9f349a7c0a

View File

@ -60,7 +60,6 @@ const ImageGalleryContent = () => {
<GalleryHeader /> <GalleryHeader />
<Flex alignItems="center" justifyContent="space-between" w="full"> <Flex alignItems="center" justifyContent="space-between" w="full">
<Button <Button
w={112}
size="sm" size="sm"
variant="ghost" variant="ghost"
onClick={handleToggleBoardPanel} onClick={handleToggleBoardPanel}