Skip to content

Commit

Permalink
fix: styling sass issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Sep 12, 2024
1 parent d0a20da commit 0b71c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/Components/board/ItemModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,13 @@ h1 {
.form-cell {
.item-group-cell {
@apply border-2 border-gray-200 px-0;
height: 37px;
span {
height: 100%;
display: flex;
align-items: center;
}
height: 37px;
}
}
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/Finance/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ const setPaymentBill = (transaction: ITransaction) => {
openModal(
{ data:{
documents: [transaction],
transaction: transaction,
resourceId: transaction.id,
title: `Payment of ${transaction.name}`,
defaultConcept: `Payment of ${transaction.name}`,
Expand Down

0 comments on commit 0b71c3d

Please sign in to comment.