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