Skip to content

Commit c2ddfd6

Browse files
authored
Merge pull request #3270 from HeyPuter/fix-file-dialog
puter.js - fix issue where content of file dialog wasn't visible
2 parents 5506ddb + 81b9dc1 commit c2ddfd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gui/src/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,7 @@ span.header-sort-icon img {
14071407
}
14081408

14091409
.window-body-filedialog {
1410+
width: auto !important;
14101411
height: calc(100% - 137px);
14111412
}
14121413

0 commit comments

Comments
 (0)