yuken 3 лет назад
Родитель
Сommit
e1ae7a79d3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Page/TagLabels.module.scss

+ 1 - 1
packages/app/src/components/Page/TagLabels.module.scss

@@ -14,5 +14,5 @@ $grw-tag-label-font-size: 12px;
 .grw-tag-labels-skelton :global {
   width: 137px;
   height: calc(#{$grw-tag-label-font-size} + #{bs.$badge-padding-y} * 2);
-  font-size: $grw-tag-label-font-size; // set font-size to use the same em value in bs.$badge-padding-y
+  font-size: $grw-tag-label-font-size; // set font-size to use the same em value in bs.$badge-padding-y(https://getbootstrap.jp/docs/5.0/components/badge/#variables)
 }