Fixed #3534 - Divider: dotted vertical divider is not working

pull/3539/head
Tuğçe Küçükoğlu 2023-01-13 17:57:35 +03:00
parent 102c5c13a8
commit c7996102f5
1 changed files with 1 additions and 1 deletions

View File

@ -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>