Commit 1523c98c authored by tom's avatar tom

Merge branch 'main' of github.com:blockscout/frontend into tabs

parents b0e0fa24 900bf7d9
......@@ -33,7 +33,7 @@ const sizes = {
};
const baseStyleContainer = defineStyle({
display: 'inline-flex',
display: 'inline-block',
overflow: 'hidden',
textOverflow: 'ellipsis',
borderRadius: 'sm',
......
......@@ -14,7 +14,7 @@ const TxStatus = ({ status }: Props) => {
const colorScheme = status === 'success' ? 'green' : 'red';
return (
<Tag colorScheme={ colorScheme }>
<Tag colorScheme={ colorScheme } display="inline-flex">
<TagLeftIcon boxSize={ 2.5 } as={ icon }/>
<TagLabel>{ label }</TagLabel>
</Tag>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment