Skip to content

Commit

Permalink
Merge pull request #33 from Thiht/react
Browse files Browse the repository at this point in the history
fix: overflow on headers in UI
  • Loading branch information
gwleclerc authored Oct 21, 2019
2 parents 99eb5a5 + e7e050d commit a9ebf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/History.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
td {
width: 50%;
padding: 0.5em 0.7em;
word-break: break-all;

&:nth-child(1) {
font-weight: bolder;
Expand Down
1 change: 1 addition & 0 deletions client/src/components/Mocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
td {
width: 50%;
padding: 0.5em 0.7em;
word-break: break-all;

&:nth-child(1) {
font-weight: bolder;
Expand Down

0 comments on commit a9ebf7d

Please sign in to comment.