Skip to content

Commit

Permalink
Make results more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Relequestual committed Jun 14, 2019
1 parent dec8a0a commit ec93e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
v-if="ajvSchemaError.length !== 0"
align-h="center"
>
<b-col cols="8">
<b-col cols="12" md="8">
<b-alert
show
variant="danger"
Expand All @@ -24,7 +24,7 @@
v-if="ajvValidationSuccess === false && ajvValidationErrors.length !== 0"
align-h="center"
>
<b-col cols="8">
<b-col cols="12" md="8">
<b-alert
show
variant="danger"
Expand All @@ -44,7 +44,7 @@
v-if="ajvValidationSuccess === true"
align-h="center"
>
<b-col cols="8">
<b-col cols="12" md="8">
<b-alert
show
variant="success"
Expand Down

0 comments on commit ec93e6d

Please sign in to comment.