Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDX-1756 Alignment Fix #1011

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading