Skip to content

Commit

Permalink
HDX-9920 wrap dataset license text
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin committed Jul 19, 2024
1 parent 3c23f1b commit 58d52c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
text-align: justify;
word-break: break-word;
}
.additional-info td.dataset-details pre {
text-wrap: wrap;
}
.additional-info th {
max-width: 200px;
width: 190px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
text-align: justify;
word-break: break-word;
}
.additional-info td.dataset-details pre {
text-wrap: wrap;
}
.additional-info th {
max-width: 200px;
width: 190px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
td {
text-align: justify;
word-break: break-word;
&.dataset-details {
pre {
text-wrap: wrap;
}
}
}

th {
Expand Down

0 comments on commit 58d52c7

Please sign in to comment.