1
0
mirror of synced 2025-12-25 02:09:19 -05:00

bug(docs): Fix icon width on safari (#40120)

This commit is contained in:
Ben Church
2024-06-21 09:15:04 -07:00
committed by GitHub
parent 77a0c48132
commit f73a005d63

View File

@@ -82,5 +82,5 @@ div.connectorMetadataCallout {
.metricIcon svg {
height: 12px;
width: fit-content;
width: auto;
}