Skip to content

Commit

Permalink
Merge pull request #1108 from data-for-change/Bug-1029-Need-to-adjust…
Browse files Browse the repository at this point in the history
…-title-when-road-name-is-very-long

Adjust title when road name is very long
  • Loading branch information
atalyaalon authored May 22, 2024
2 parents 6338085 + 0b46321 commit 27e6e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/molecules/Table/TableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface IProps {
const useStyles = makeStyles((theme: Theme) => ({
table: {
border: `1px solid ${blackColor}`,
margin: '15px 0',
borderBottom: 0,
borderCollapse: 'separate',
},
Expand Down
2 changes: 2 additions & 0 deletions src/components/molecules/TextView/TextView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ const useStyles = makeStyles(() => ({
headerBase: {
width: '80%',
height: '25%',
marginBottom: '20px'
},
list: {
width: '80%',
height: '100%',
alignSelf: 'flex-end',
marginTop: '25px',
},
singleTypeImage: {
height: '40%',
Expand Down

0 comments on commit 27e6e6d

Please sign in to comment.