Skip to content

Commit

Permalink
wc: Increase width of analysis form container #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 28, 2024
1 parent 82a9b96 commit f8d70c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/commons/analysis/analysis-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default class AnalysisTools extends LitElement {
${this.renderMenu()}
</div>
<div class="col-10">
<div class="w-full mx-auto" style="max-width:768px;">
<div class="w-full mx-auto" style="max-width:812px;">
${this.renderTool()}
</div>
</div>
Expand Down

0 comments on commit f8d70c7

Please sign in to comment.