Fix mobile UI for allocation rows
This commit is contained in:
parent
4ff5de7e1b
commit
47d59ca20f
2 changed files with 17 additions and 18 deletions
|
@ -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
|
||||
|
|
Reference in a new issue