1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-22 01:16:07 +02:00

fix: playground env column spacing made bigger (#7806)

This commit is contained in:
Mateusz Kwasniewski 2024-08-08 11:42:52 +02:00 committed by GitHub
parent 7d3368bbfd
commit ce30c069ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ export const AdvancedPlaygroundResultsTable = ({
...(input?.environments?.map((name: string) => {
return {
Header: loading ? () => '' : capitalizeFirst(name),
maxWidth: 140,
maxWidth: 150,
id: `environments.${name}`,
align: 'flex-start',
Cell: ({ row }: any) => (