mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): do not constrain width of hide/show boards button
lets translations display fully
This commit is contained in:
@ -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}
|
||||||
|
Reference in New Issue
Block a user