Skip to content

Commit

Permalink
Merge pull request #536 from axonivy-market/feature/XIVY-13553_fix_ic…
Browse files Browse the repository at this point in the history
…ons_showcase

XIVY-13553 Fix UI of icons showcase
  • Loading branch information
weissreto committed Apr 9, 2024
2 parents e528bb5 + 2608727 commit 19e5f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -15,7 +15,7 @@ icons.forEach(icon => {
iconTitle.appendChild(document.createTextNode("si " + iconClass));

var iconDiv = document.createElement("div");
iconDiv.className = "p-col icon-block";
iconDiv.className = "col icon-block";
iconDiv.appendChild(iconImage)
iconDiv.appendChild(iconTitle);
element.appendChild(iconDiv);
Expand Down
Expand Up @@ -9,7 +9,7 @@
margin: 2rem 0 1rem 0;
}

.p-grid {
.grid {
gap: 1em;
}
.icon-usage-block {
Expand Down

0 comments on commit 19e5f14

Please sign in to comment.