Fix mobile UI for allocation rows

This commit is contained in:
Dane Everitt 2020-10-03 15:48:31 -07:00
parent 4ff5de7e1b
commit 47d59ca20f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 17 additions and 18 deletions

View file

@ -49,7 +49,7 @@ export default ({ backup, className }: Props) => {
}
</div>
<div css={tw`flex-1`}>
<p css={tw`text-sm mb-1`}>
<p css={tw`flex items-center text-sm mb-1`}>
{!backup.isSuccessful &&
<span css={tw`bg-red-500 py-px px-2 rounded-full text-white text-xs uppercase border border-red-600 mr-2`}>
Failed