Skip to content

Commit

Permalink
Merge pull request #276 from webitel/fix/divider-height
Browse files Browse the repository at this point in the history
Fix/ divider height (2px->1px) [WTEL-4574]
  • Loading branch information
dlohvinov authored Aug 15, 2024
2 parents 214ce07 + a350422 commit c98e836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/wt-divider/wt-divider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default {
max-height: 0;
margin: 0;
padding: 0;
border: var(--divider-border);
border-top: var(--divider-border);
border-bottom: 0;
border-color: var(--divider-border-color);
border-top-width: thin;
}
Expand Down

0 comments on commit c98e836

Please sign in to comment.