mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
11 lines
151 B
CSS
11 lines
151 B
CSS
.Container {
|
|
width: 100%;
|
|
flex: 1;
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.PatternPath {
|
|
stroke: var(--color-commit-did-not-render-pattern);
|
|
stroke-width: 1;
|
|
}
|