10 lines
No EOL
98 B
CSS
10 lines
No EOL
98 B
CSS
.CircuitView {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.Canvas {
|
|
flex: 1;
|
|
width: 100%;
|
|
} |