Skip to content

Commit

Permalink
Remove vertical align bottom causing more damage than solutions πŸ˜‚
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 19, 2024
1 parent 6de5d9d commit da389b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus/src/scss/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
--custom-badge-tooltip-color: var(--custom-badge-background-color);
}

&__link {
.strapi-icons {
// vertical-align: bottom;
}
}

&--content {
height: 20px;
font-weight: 500;
Expand Down Expand Up @@ -232,7 +238,6 @@ main .badge--content {
.strapi-icons {
left: 2px;
top: -2px;
vertical-align: bottom;
}

.badge__tooltip {
Expand Down

0 comments on commit da389b4

Please sign in to comment.