Skip to content

Commit

Permalink
fix(#15): add padding to profile popup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanmiano committed Jun 14, 2021
1 parent b88e436 commit 486e38b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/List/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ export default {
</script>

<style>
[data-popover$='-github-profile'] {
@apply shadow-md p-2;
/* width: 300px !important; */
.vue-popover {
@apply shadow-md p-4;
h4 {
margin: 0 0 0.5rem 0;
Expand Down

0 comments on commit 486e38b

Please sign in to comment.