9 lines
128 B
CSS
9 lines
128 B
CSS
.taf {
|
|
> .window-content {
|
|
padding: 0.5rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
overflow: auto;
|
|
}
|
|
}
|