Skip to content

Commit

Permalink
fix center of time per application and fertigation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamoonmoon committed Dec 4, 2024
1 parent c75b3be commit c2ee97c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
@if(Model.selTypOption == "1" || Model.selTypOption == "2"){
<div class="form-group col-sm-8" style="display:flex; align-items:center; margin:5px; height: 40px;">
<div>
<label style="display:flex; align-items:center;">
<label style="display:flex; align-items:center; padding-left: 50px;">
Time per Application
</label>
<div class="cell" style="text-wrap: pretty; text-align: center;">
Expand Down Expand Up @@ -291,8 +291,8 @@
<div class="form-group" style="display:flex; justify-content:space-between; width:90%">
<div class="form-group col-sm-8" style="margin:5px">
<div class="Table">
<div class="Title" style="height: 45px;">
<p>Applied Nutrients Per Fetigation (lb/ac)</p>
<div class="Title">
<p>Applied Nutrients Per Fertigation (lb/ac)</p>
</div>
<div class="Heading">
<div class="Cell">
Expand Down

0 comments on commit c2ee97c

Please sign in to comment.