Skip to content

Commit

Permalink
Fix Compact sizing issue xiaokaike#178
Browse files Browse the repository at this point in the history
  • Loading branch information
garhbod authored Mar 14, 2019
1 parent ab3399a commit 0cf4de7
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 0cf4de7

Please sign in to comment.