Skip to content

Commit

Permalink
FOUR-20276
Browse files Browse the repository at this point in the history
  • Loading branch information
pmPaulis committed Nov 15, 2024
1 parent e91b300 commit 1322f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="tw-overflow-hidden tw-flex -tw-space-x-1 tw-items-center tw-justify-center">
<div class="tw-overflow-hidden tw-flex -tw-space-x-1 tw-items-center tw-justify-left">
<div
v-for="(participant, index) in participants"
:key="index"
Expand Down
2 changes: 1 addition & 1 deletion resources/jscomposition/system/table/cell/StatusCell.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="tw-flex tw-justify-center">
<div class="tw-flex tw-justify-left">
<span
:class="`tw-inline-flex tw-items-center tw-text-xs tw-border-1 tw-rounded-lg
tw-bg-${color}-100 tw-px-2 tw-py-1 tw-text-${color}-500`">
Expand Down

0 comments on commit 1322f24

Please sign in to comment.