Skip to content

Commit

Permalink
bug fix edx-1756
Browse files Browse the repository at this point in the history
  • Loading branch information
angadhsingh1 committed Sep 1, 2023
1 parent ba8ccf1 commit 07d72ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/sdcCollection/StepTwoValidateData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<v-col cols="4" class="ml-4 mr-4">
<v-row>
<v-col class="d-flex justify-start">
<span>Funding Warnings</span>
<span style="white-space: nowrap">Funding Warnings</span>
</v-col>
</v-row>
<v-row
Expand All @@ -76,10 +76,10 @@
class="border-opacity-75"
vertical
/>
<v-col class="ml-4 mr-5">
<v-col class="ml-3 mr-4">
<v-row>
<v-col class="d-flex justify-center">
<span>Info Warnings</span>
<span style="white-space: nowrap">Info Warnings</span>
</v-col>
</v-row>
<v-row
Expand Down

0 comments on commit 07d72ad

Please sign in to comment.