Skip to content

Commit

Permalink
fix 2714 & 3817 line length problems
Browse files Browse the repository at this point in the history
* Fixes: owid#2714 long line length - note that I think these will still wrap as the only change is the date nowrap addition.
* This will be why I opted for `vw` unit to minimise the long line outcome.
* The same line fixes the problem Lucas was having: wrapping dates.
  • Loading branch information
toni-sharpe committed Sep 3, 2024
1 parent 3cc05db commit 6ee52b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@ourworldindata/grapher/src/tooltip/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
}

td.time-notice {
white-space: nowrap;
font-weight: $medium;
text-indent: 20px;
text-align: right;
Expand Down

0 comments on commit 6ee52b0

Please sign in to comment.