Skip to content

Commit

Permalink
Decreased CSS margin to remove horizontal scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahseaman committed Jan 25, 2021
1 parent 0625d94 commit f159199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FluentDNA/html_template/fluentdna.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ ul.selectChromosome li.selected {
border: 1px solid #303030;
vertical-align: text-top;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
margin-right: 5px;
margin-left: 5px;
float: left;
}

Expand Down

0 comments on commit f159199

Please sign in to comment.