hooks icon indicating copy to clipboard operation
hooks copied to clipboard

Fix the larapack.io layout

Open bnku opened this issue 6 years ago • 0 comments

I propose to fix css-styles to correctly display the hooks grid on larapack.io

.hooks{
    display: flex;
    flex-wrap: wrap;
}
.hooks .hook .wrapper{
    padding-bottom: 50px;
}

bnku avatar Dec 24 '18 14:12 bnku