Stirling-PDF/src/main/resources/static/css/fileSelect.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
147 B
CSS
Raw Normal View History

2023-06-02 21:15:10 +02:00
.custom-file-label {
padding-right: 90px;
}
.selected-files {
margin-top: 10px;
max-height: 150px;
overflow-y: auto;
white-space: pre-wrap;
}