Skip to content

Commit

Permalink
responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Dec 12, 2023
1 parent 2b94db2 commit 39b51af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ h7:hover {
/* margin-top: 17px; */
font-size: 14px;
color: rgb(118, 151, 228);
margin-left: 10px;
font-weight: bold;
margin-top: 8px;
margin-bottom: 2px;
}

h1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function TableResultsIndividuals (props) {
onClick={handleClickDatasets(index)}
className='resultSetsButton'
>
<h7>{element[1]}</h7>
<h7>{element[1].replaceAll('_',' ')}</h7>
</button>
{openDatasetArray === true &&
element[2] === true &&
Expand Down

0 comments on commit 39b51af

Please sign in to comment.