Skip to content

Commit

Permalink
Merge pull request #52 from glycojones/add_torsion_plot_spacing
Browse files Browse the repository at this point in the history
Added margin above torsion tabs
  • Loading branch information
Dialpuri authored Oct 4, 2023
2 parents 6e6f725 + 5ea4948 commit ad96e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/src/components/TorsionPlot/TorsionMultiPlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function TorsionMultiPlot({torsions, tab, setTab}) {
return (
<div className="flex flex-col align-middle justify-center items-center space-y-6 ">
<div class="text-sm font-medium text-center text-gray-500 border-gray-200 text-gray-400 border-gray-700">
<ul class="flex flex-wrap -mb-px">
<ul class="flex flex-wrap -mb-px mt-2">
<TorsionMultiPlotTabs torsions={torsions} setTab={setTab}/>
</ul>
</div>
Expand Down

0 comments on commit ad96e14

Please sign in to comment.