Skip to content

Commit

Permalink
fix(dataviz): set default barcode height
Browse files Browse the repository at this point in the history
Ensures that both SVG and Canvas surfaces are equal when no dimensions are set.
  • Loading branch information
tsvetomir committed Feb 3, 2022
1 parent 5d7643d commit cae3bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/dataviz/_layout.scss
Expand Up @@ -2,6 +2,7 @@

.k-barcode {
display: inline-block;
height: 150px;
}

}
Expand Down

0 comments on commit cae3bfc

Please sign in to comment.