Fix bill box and hover CSS

This commit is contained in:
James Cole 2024-03-26 07:25:36 +01:00
parent 01eb19169c
commit 41430d8386
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 1 additions and 3 deletions

View File

@ -43,7 +43,7 @@ h3.hover-expand {
text-overflow: ellipsis
}
h3.hover-expand:hover {
overflow-x: scroll;
overflow-x: auto;
}
.form-control {

View File

@ -52,7 +52,6 @@
:class="{ 'invisible': (billBox.unpaid.length == index+1) }">, </span>
</span>
</template>
<span x-text="billBox.unpaid.length"></span>
</h3>
</template>
<template x-if="loading">
@ -76,7 +75,6 @@
</template>
<template x-if="billBox.paid.length > 0">
<span>
{{ __('firefly.unpaid') }}:
{{ __('firefly.paid') }}:
<template x-for="(amount, index) in billBox.paid" :key="index">
<span>