Skip to content

Commit

Permalink
Adjust title when road name is very long
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak Yakter committed May 15, 2024
1 parent a193585 commit e332170
Show file tree
Hide file tree
Showing 2 changed files with 4 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
3 changes: 3 additions & 0 deletions src/components/molecules/TextView/TextView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ 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 e332170

Please sign in to comment.