Update frontend/src/app/shared/components/tabs/scrollable-tabs/scrollable-tabs.component.html

multi line html element attributes

Co-authored-by: Benjamin Bädorf <b.baedorf@openproject.com>
pull/10400/head
Eric Schubert 3 years ago committed by GitHub
parent 01f99785c5
commit 1ed2502d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      frontend/src/app/shared/components/tabs/scrollable-tabs/scrollable-tabs.component.html

@ -3,7 +3,11 @@
#scrollContainer
class="op-scrollable-tabs--tab-container"
>
<ul #scrollPane class="op-tab-row" (scroll)="onScroll()">
<ul
#scrollPane
class="op-tab-row"
(scroll)="onScroll()"
>
<li
*ngFor="let tab of tabs; trackBy:trackById"
class="op-tab-row--tab"

Loading…
Cancel
Save