Divider: dotted vertical divider is not working #15350
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using the divider component like
<p-divider layout="vertical" type="dotted"></p-divider>
a vertical dotted divider should be shown, but it displays nothing. Type "dashed" and "solid" are working fine.There was the same bug for the primevue project. I think the issue is the same here:
primeng/src/app/components/divider/divider.css
Line 83 in 0e67c7f
PrimeVue issue: primefaces/primevue#3534
Environment
Reproducer
https://stackblitz.com/edit/xmp1se?file=src%2Fapp%2Fdemo%2Fdivider-vertical-demo.html
Angular version
17.3.4
PrimeNG version
17.3.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v18.17.1
Browser(s)
No response
Steps to reproduce the behavior
Use
<p-divider layout="vertical" type="dotted"></p-divider>
in angular applicationExpected behavior
Should be able to see a vertical dotted line
The text was updated successfully, but these errors were encountered: