mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: center last seen column (#7035)
This commit is contained in:
parent
0c284ca143
commit
74b943721c
@ -52,7 +52,7 @@ export const FeatureLifecycleCell: VFC<IFeatureLifecycleProps> = ({
|
||||
: [];
|
||||
|
||||
return (
|
||||
<Box sx={{ display: 'flex' }}>
|
||||
<Box sx={{ display: 'flex', justifyContent: 'center' }}>
|
||||
<FeatureEnvironmentSeen
|
||||
featureLastSeen={feature.lastSeenAt || undefined}
|
||||
environments={environments}
|
||||
|
Loading…
Reference in New Issue
Block a user