Skip to content

Commit

Permalink
TradeStation | Orders: Fixes Column Width
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Dec 11, 2024
1 parent 697cca1 commit c27044d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/brokerages/tradestation/orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<table class="qc-table table" id='order-types-table'>
<thead>
<tr>
<th style='width: 50%'>Order Type</th>
<th style='width: 25%'>Equity</th>
<th style='width: 25%'>Equity Options</th>
<th style='width: 25%'>Index Options</th>
<th style='width: 25%'>Futures</th>
<th style='width: 20%'>Order Type</th>
<th style='width: 20%'>Equity</th>
<th style='width: 20%'>Equity Options</th>
<th style='width: 20%'>Index Options</th>
<th style='width: 20%'>Futures</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit c27044d

Please sign in to comment.