Skip to content

Commit

Permalink
chore: [#176997301,#176997292] Fixed organization name's header margi…
Browse files Browse the repository at this point in the history
…n right on service and message detail (#2834)

* done

* corrected

Co-authored-by: Cristiano Tofani <[email protected]>
  • Loading branch information
DavideValdo and CrisTofani authored Feb 25, 2021
1 parent 68d2f8f commit ee04a75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ts/components/OrganizationHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const styles = StyleSheet.create({
serviceMultiImage: {
width: 60,
height: 60
}
},
leftColumnStyle: { marginRight: 16 }
});

type Props = {
Expand All @@ -28,7 +29,7 @@ const OrganizationHeader = (props: Props) => {
const { service } = props;
return (
<Grid>
<Col>
<Col style={styles.leftColumnStyle}>
<H5>{service.organization_name}</H5>
<Text>{service.service_name}</Text>
</Col>
Expand Down

0 comments on commit ee04a75

Please sign in to comment.