Skip to content

Commit

Permalink
Disallow text wrap on section select elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthmoog committed Jun 22, 2023
1 parent 84f87d4 commit 0a03857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ fieldset {
border-style: solid;
border-radius: 10px;
border-width: 2px;
padding: 1rem;
}

.aboutWalkData {
Expand Down Expand Up @@ -131,6 +130,7 @@ th {
margin: 0.5%;
border-radius: 6px;
padding: 1.2%;
white-space: nowrap;
}

/* Presenting data */
Expand Down

0 comments on commit 0a03857

Please sign in to comment.