Bugfix/fix hidden fifth tab on mobile (#2848)

* Fix hidden fifth tab

* Update changelog
pull/2858/head
Thomas Kaul 5 months ago committed by GitHub
parent 48ab5fcf08
commit a47829082e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the `docker compose` instructions to _Compose V2_ in the documentation
### Fixed
- Fixed the hidden fifth tab on mobile
## 2.36.0 - 2024-01-07
### Added

@ -12,7 +12,7 @@
<a
#rla="routerLinkActive"
*ngIf="tab.showCondition !== false"
class="px-3"
class="no-min-width px-3"
mat-tab-link
routerLinkActive
[active]="rla.isActive"

@ -12,7 +12,7 @@
<a
#rla="routerLinkActive"
*ngIf="tab.showCondition !== false"
class="px-3"
class="no-min-width px-3"
mat-tab-link
routerLinkActive
[active]="rla.isActive"

@ -12,7 +12,7 @@
<a
#rla="routerLinkActive"
*ngIf="tab.showCondition !== false"
class="px-3"
class="no-min-width px-3"
mat-tab-link
routerLinkActive
[active]="rla.isActive"

@ -12,7 +12,7 @@
<a
#rla="routerLinkActive"
*ngIf="tab.showCondition !== false"
class="px-3"
class="no-min-width px-3"
mat-tab-link
routerLinkActive
[active]="rla.isActive"

@ -12,7 +12,7 @@
<a
#rla="routerLinkActive"
*ngIf="tab.showCondition !== false"
class="px-3"
class="no-min-width px-3"
mat-tab-link
routerLinkActive
[active]="rla.isActive"

@ -12,7 +12,7 @@
<a
#rla="routerLinkActive"
*ngIf="tab.showCondition !== false"
class="px-3"
class="no-min-width px-3"
mat-tab-link
routerLinkActive
[active]="rla.isActive"

Loading…
Cancel
Save