Skip to content

Commit

Permalink
Add suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Dec 29, 2023
1 parent cdd973c commit f3a88b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/VMediaInfo/VMetadata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VSourceProviderTooltip
v-if="tooltipId(datum)"
:describedby="tooltipId(datum)"
class="label-regular mb-1 flex flex-row ps-1"
class="label-regular mb-1 flex flex-row items-center ps-1"
:datum="datum"
/>
<dt v-else class="label-regular mb-1 flex flex-row ps-1">
Expand All @@ -22,7 +22,7 @@
v-if="tooltipId(datum)"
:key="datum.label"
:describedby="tooltipId(datum)"
class="label-regular flex flex-row pt-1"
class="label-regular flex flex-row items-center p-1 sm:py-0 sm:pe-0"
:datum="datum"
/>
<dt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<dt>
{{ $t(datum.label) }}
<VTooltip placement="top" :describedby="describedby" class="ms-2">
<VTooltip placement="top" :describedby="describedby" class="ms-1">
<template #default>
<p
class="caption-regular rounded-sm bg-dark-charcoal px-2 py-1 text-white"
Expand Down

0 comments on commit f3a88b0

Please sign in to comment.