Skip to content

Commit

Permalink
Merge pull request #179 from garhbod/patch-1
Browse files Browse the repository at this point in the history
Fix Compact sizing issue #178
  • Loading branch information
linx4200 authored Feb 27, 2020
2 parents 326f518 + 0cf4de7 commit 4cb342b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Compact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ export default {
.vc-compact {
padding-top: 5px;
padding-left: 5px;
width: 240px;
width: 245px;
border-radius: 2px;
box-sizing: border-box;
box-shadow: 0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16);
background-color: #fff;
}
Expand Down

0 comments on commit 4cb342b

Please sign in to comment.