mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix bill box and hover CSS
This commit is contained in:
parent
01eb19169c
commit
41430d8386
@ -43,7 +43,7 @@ h3.hover-expand {
|
||||
text-overflow: ellipsis
|
||||
}
|
||||
h3.hover-expand:hover {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user