Skip to content

Commit

Permalink
表示崩れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Aug 3, 2024
1 parent 0e7400e commit ce1aa1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Base/BaseRowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ defineEmits<{
@use "@/styles/v2/colors" as colors;
.row-card {
display: flex;
display: grid;
grid-template-columns: 1fr auto;
text-align: unset;
align-items: center;
border: 1px solid colors.$border;
Expand Down

0 comments on commit ce1aa1a

Please sign in to comment.