Skip to content

Commit

Permalink
feat: format quote update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth committed Nov 20, 2024
1 parent 94c262d commit e346efc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { InlineBanner } from '@cowprotocol/ui'
import { Trans } from '@lingui/macro'
import styled from 'styled-components/macro'


const Wrapper = styled.div`
display: flex;
align-items: center;
Expand All @@ -15,8 +14,11 @@ const Wrapper = styled.div`
`

const StyledBanner = styled(InlineBanner)`
width: 100%;
> span {
flex-flow: row nowrap;
width: 100%;
}
`

Expand Down

0 comments on commit e346efc

Please sign in to comment.