lims_report_html: chart plot: fix div position

This commit is contained in:
Adrián Bernardi 2021-12-09 12:35:16 -03:00
parent 00cb3f18ee
commit c067cbbb98
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class ResultsReportVersionDetailSample(metaclass=PoolMeta):
plot = tc.chart.get_plot(session_id)
charts.append(plot)
div_row = '<div>'
div_row = '<div style="clear:both;">'
charts_x_row = int(self.version_detail.charts_x_row) or 1
if charts_x_row == 1:
div_col = '<div style="float:left; width:100%;">'