8 lines
145 B
CSS
8 lines
145 B
CSS
.application.oft {
|
|
> .window-content.standard-form .setting-list {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
}
|