We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea6dd1 commit a86858dCopy full SHA for a86858d
apps/web/src/app/layouts/header/web-header.component.html
@@ -3,7 +3,7 @@
3
class="-tw-m-6 tw-mb-3 tw-flex tw-flex-col tw-p-6"
4
[ngClass]="{
5
'tw-border-0 tw-border-b tw-border-solid tw-border-secondary-300 tw-bg-background-alt tw-pb-0':
6
- tabsContainer.childElementCount !== 0
+ tabsContainer.childElementCount !== 0,
7
}"
8
>
9
<div class="tw-flex">
0 commit comments