Skip to content

Commit

Permalink
Merge pull request #370 from Codeinwp/chore/redo-addons
Browse files Browse the repository at this point in the history
chore: redo addons page content
  • Loading branch information
selul authored Sep 12, 2024
2 parents 5c02e5a + f90303d commit aae2367
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 394 deletions.
3 changes: 2 additions & 1 deletion css/ppom-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ ul.ppom-options-container li label {
.ppom_addons_model_cards_item {
display: flex;
padding: 1rem;
width: 33%;
width: 50%;
}

@media only screen and (max-width: 600px) {
Expand All @@ -1018,6 +1018,7 @@ ul.ppom-options-container li label {
display: flex;
flex-direction: column;
min-height: 240px;
width: 100%;

overflow: hidden;
}
Expand Down
Loading

0 comments on commit aae2367

Please sign in to comment.