Browse Source

Fix status tag font-size units for proper resizing (#9382)

Mary Ojo 2 năm trước cách đây
mục cha
commit
aea9f14558

+ 1 - 0
CHANGELOG.txt

@@ -12,6 +12,7 @@ Changelog
  * Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
  * Fix: references extraction for ChooserBlock (Alex Tomkins)
  * Fix: Incorrectly formatted link in the documentation for Wagtail community support (Bolarinwa Comfort Ajayi)
+ * Fix: Text within status tags text will now resize correctly when customizing browser font size (Mary Ojo)
 
 
 4.1 LTS (xx.xx.xxxx) - IN DEVELOPMENT

+ 1 - 0
CONTRIBUTORS.rst

@@ -646,6 +646,7 @@ Contributors
 * Darrel O'Pry
 * Mary Ayobami
 * Bolarinwa Comfort Ajayi
+* Mary Ojo
 
 Translators
 ===========

+ 1 - 1
client/src/components/PublicationStatus/PublicationStatus.scss

@@ -2,5 +2,5 @@
   @apply w-bg-black-50 w-tracking-tight w-text-white-80;
   // stylelint-disable-next-line property-disallowed-list
   text-transform: uppercase;
-  font-size: 10px;
+  font-size: 0.625rem;
 }