File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/components/billingRecord Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -833,14 +833,14 @@ export default {
833
833
{{ facility .name }}
834
834
< / div>
835
835
< / v- col>
836
- < v- col cols = " 3 " >
836
+ < v- col class = " flex-grow-2 " >
837
837
< v- row dense>
838
838
< v- col>
839
839
< IFXSearchField : search .sync = " search" / >
840
840
< / v- col>
841
841
< / v- row>
842
842
< / v- col>
843
- < v- col cols = " 4 " >
843
+ < v- col>
844
844
< v- row dense class = " d-flex flex-nowrap justify-end align-start" >
845
845
< v- col v- if = " updating" >
846
846
< v- progress- circular indeterminate color= " primary" >< / v- progress- circular>
@@ -916,7 +916,7 @@ export default {
916
916
< / v- row>
917
917
< v- row no- gutters>
918
918
< v- col cols= " 12" >
919
- < div class = " text-divider font-italic text-center" >
919
+ < div class = " text-divider font-italic text-center mt-2 " >
920
920
Or specify email addresses directly
921
921
< / div>
922
922
< IFXContactablesCombobox
@@ -1398,6 +1398,12 @@ export default {
1398
1398
.border - bottom {
1399
1399
border- bottom: 1px solid #ccc;
1400
1400
}
1401
+ .flex - grow- 2 {
1402
+ flex- grow: 2 ;
1403
+ }
1404
+ .search - field {
1405
+ width: 100 % ;
1406
+ }
1401
1407
< / style>
1402
1408
< style>
1403
1409
#data- table .v - data- table__expand- icon-- active {
You can’t perform that action at this time.
0 commit comments