diff --git a/app/assets/stylesheets/common/components/badges.scss b/app/assets/stylesheets/common/components/badges.scss index bde8a2d1fb0..6d63eb2d6f3 100644 --- a/app/assets/stylesheets/common/components/badges.scss +++ b/app/assets/stylesheets/common/components/badges.scss @@ -35,8 +35,8 @@ content: ""; background: var(--category-badge-color); flex: 0 0 auto; - width: 0.67rem; // fixed dimensions because otherwise they may not be square - height: 0.67rem; + width: 0.625rem; // fixed dimensions (10px square) + height: 0.625rem; } &__name {