madiator.com/ui/scss/component/_file-list.scss
2021-08-16 12:11:25 +02:00

6 lines
98 B
SCSS

.file-list {
width: 100%;
overflow: auto;
max-height: 220px;
padding: var(--spacing-s);
}