Reproduction link
https://stackblitz.com/edit/49h5snxg?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
Place back nzTitle and you'll see the location of the title text is where description text currently is. I need just the description text located below the horizontal line where title by default displays because description is longer and overlays too much with the horizontal bar. Is this expected behavior when title is not provided description renders in titles location?
What is expected?
Description to render where description renders regardless of title being provided a value.
What is actually happening?
Description is displayed where title would normally be displayed if no title is provided.
| Environment |
Info |
| ng-zorro-antd |
21.0.2 |
| Browser |
Chrome |
Reproduction link
https://stackblitz.com/edit/49h5snxg?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
Place back nzTitle and you'll see the location of the title text is where description text currently is. I need just the description text located below the horizontal line where title by default displays because description is longer and overlays too much with the horizontal bar. Is this expected behavior when title is not provided description renders in titles location?
What is expected?
Description to render where description renders regardless of title being provided a value.
What is actually happening?
Description is displayed where title would normally be displayed if no title is provided.