Skip to content

Commit 10c81e5

Browse files
committed
Add more space to search field and compress button spacing.
1 parent 4d6b130 commit 10c81e5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/components/billingRecord/IFXBillingRecordListDecimal.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,14 +833,14 @@ export default {
833833
{{ facility.name }}
834834
</div>
835835
</v-col>
836-
<v-col cols="3">
836+
<v-col class="flex-grow-2">
837837
<v-row dense>
838838
<v-col>
839839
<IFXSearchField :search.sync="search" />
840840
</v-col>
841841
</v-row>
842842
</v-col>
843-
<v-col cols="4">
843+
<v-col>
844844
<v-row dense class="d-flex flex-nowrap justify-end align-start">
845845
<v-col v-if="updating">
846846
<v-progress-circular indeterminate color="primary"></v-progress-circular>
@@ -916,7 +916,7 @@ export default {
916916
</v-row>
917917
<v-row no-gutters>
918918
<v-col cols="12">
919-
<div class="text-divider font-italic text-center">
919+
<div class="text-divider font-italic text-center mt-2">
920920
Or specify email addresses directly
921921
</div>
922922
<IFXContactablesCombobox
@@ -1398,6 +1398,12 @@ export default {
13981398
.border-bottom {
13991399
border-bottom: 1px solid #ccc;
14001400
}
1401+
.flex-grow-2 {
1402+
flex-grow: 2;
1403+
}
1404+
.search-field {
1405+
width: 100%;
1406+
}
14011407
</style>
14021408
<style>
14031409
#data-table .v-data-table__expand-icon--active {

0 commit comments

Comments
 (0)