feat: justify button text by flex-start
This commit is contained in:
@@ -249,6 +249,7 @@ export const BrowserWindow = () => {
|
|||||||
size="medium"
|
size="medium"
|
||||||
key={option.value}
|
key={option.value}
|
||||||
onClick={() => handleAttributeSelection(option.value)}
|
onClick={() => handleAttributeSelection(option.value)}
|
||||||
|
style={{ justifyContent: 'flex-start' }}
|
||||||
>
|
>
|
||||||
{option.label}
|
{option.label}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user