Skip to content

Commit

Permalink
business details alignment fix (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <kialj876@gmail.com>
  • Loading branch information
kialj876 authored Sep 10, 2024
1 parent e48480a commit b38d128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/bcros/businessDetails/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ onBeforeMount(() => {
<template>
<div id="bcros-business-details" class="bg-white h-[150px]" data-cy="business-details">
<div class="flex pt-5 text-bcGovGray-900 app-inner-container">
<div class="col-auto" data-cy="business-details-name">
<div class="grow" data-cy="business-details-name">
<BcrosBusinessDetailsHeader />
<div class="pt-2">
<BcrosBusinessDetailsStatus />
Expand All @@ -60,7 +60,7 @@ onBeforeMount(() => {
<BcrosBusinessDetailsLinks :is-staff="true" :current-business="currentBusiness" />
</div>
</div>
<div class="col-auto justify-self-end" data-cy="business-details-info">
<div class="justify-self-end" data-cy="business-details-info">
<dl class="text-sm">
<template v-for="info in businessInfo" :key="info.term">
<div class="flex mb-1">
Expand Down

0 comments on commit b38d128

Please sign in to comment.