Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Probe Card Text Formatting #4578

Merged
merged 8 commits into from May 9, 2024
Expand Up @@ -71,7 +71,7 @@
div[class*='TableV2--cells'],
div[class*='TableV2--header'] {
display: grid !important;
grid-template-columns: 1fr 1fr 5px;
grid-template-columns: 3fr 1fr 5px;
}

:global {
Expand Down