@mixtint/primer-view-components 0.91.2 → 0.91.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4607,7 +4607,7 @@ a.tabnav-extra:hover {
|
|
|
4607
4607
|
|
|
4608
4608
|
/* The visual icons should appear vertically centered for single-line items, but remain at the top for items that wrap
|
|
4609
4609
|
across more lines. */
|
|
4610
|
-
align-self:
|
|
4610
|
+
align-self: flex-start;
|
|
4611
4611
|
height: var(--custom-line-height, 1.3rem);
|
|
4612
4612
|
color: var(--fgColor-muted);
|
|
4613
4613
|
align-items: center;
|