Fixed #3534 - Divider: dotted vertical divider is not working
parent
102c5c13a8
commit
c7996102f5
|
@ -123,7 +123,7 @@ export default {
|
|||
border-top-style: dotted;
|
||||
}
|
||||
|
||||
.p-divider-dotted.p-divider-horizontal:before {
|
||||
.p-divider-dotted.p-divider-vertical:before {
|
||||
border-left-style: dotted;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue