File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/MainPane/accountsDetails Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
</select>
7
7
</custom-field>
8
8
9
- <custom-field is-control =" true" fa =" calendar-o" type =" select is-primary" >
9
+ <custom-field is-control =" true" fa =" calendar-o" type =" select is-primary" style = " width : 15 vw " >
10
10
<select v-model =" filters.date" @change =" $root.$emit('update-filters')" >
11
11
<option v-for =" time in timesSpan" :value =" time.value" >{{time.label | translate}}</option>
12
12
</select>
Original file line number Diff line number Diff line change 24
24
</li>
25
25
</ul>
26
26
</div>
27
- <div class =" hero-body" style =" padding-top : 0 " >
27
+ <div class =" hero-body" style =" padding-top : 0 ; padding-right : auto " >
28
28
<transition name =" fadeUp" mode =" out-in" >
29
29
<component v-bind:is =" activeTab" ></component>
30
30
</transition>
You can’t perform that action at this time.
0 commit comments