Fix plugin list style (#1235)
* Fix plugin list style * Update test snapshots
This commit is contained in:
parent
58b9634f75
commit
9fad9b519e
2 changed files with 4 additions and 17 deletions
|
@ -57,13 +57,10 @@ const PluginAvailabilityStatus: React.FC<PluginAvailabilityStatusProps> = ({
|
|||
) : (
|
||||
<div className={classes.horizontalContainer}>
|
||||
<Typography>
|
||||
{intl.formatMessage(messages.channelTitle, {
|
||||
{`${intl.formatMessage(messages.channelTitle, {
|
||||
activeChannelsCount
|
||||
})}
|
||||
})}/${getAllChannelConfigsCount(channelConfigurations)}`}
|
||||
</Typography>
|
||||
<Typography color="textSecondary">{`/${getAllChannelConfigsCount(
|
||||
channelConfigurations
|
||||
)}`}</Typography>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -166003,12 +166003,7 @@ exports[`Storyshots Views / Plugins / Plugin list default 1`] = `
|
|||
<div
|
||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||
>
|
||||
Active in 1
|
||||
</div>
|
||||
<div
|
||||
class="MuiTypography-root-id MuiTypography-body1-id MuiTypography-colorTextSecondary-id"
|
||||
>
|
||||
/1
|
||||
Active in 1/1
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -166069,12 +166064,7 @@ exports[`Storyshots Views / Plugins / Plugin list default 1`] = `
|
|||
<div
|
||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||
>
|
||||
Active in 1
|
||||
</div>
|
||||
<div
|
||||
class="MuiTypography-root-id MuiTypography-body1-id MuiTypography-colorTextSecondary-id"
|
||||
>
|
||||
/1
|
||||
Active in 1/1
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue