Skip to content

Commit 172cbb0

Browse files
committed
style(spp_cel_registry_search): fix prettier XML indentation for button
1 parent 71b5b15 commit 172cbb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spp_cel_registry_search/static/src/xml/cel_search_portal.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@
228228
t-esc="result.phone_numbers.slice(3).join(', ')"
229229
/>
230230
<button
231-
type="button"
232-
class="btn btn-link btn-sm p-0 ms-1 text-muted"
233-
t-on-click.stop="(ev) => this.togglePhones(ev, result)"
234-
>show less</button>
231+
type="button"
232+
class="btn btn-link btn-sm p-0 ms-1 text-muted"
233+
t-on-click.stop="(ev) => this.togglePhones(ev, result)"
234+
>show less</button>
235235
</t>
236236
<button
237237
t-else=""

0 commit comments

Comments
 (0)