-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add quick action to open file web url - fix size of the content list in fileTreeElementInfoDialog.tsx
- Loading branch information
1 parent
155a007
commit d40a00d
Showing
4 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
binocular-frontend-new/src/components/contextMenu/contextMenuHelper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
.../components/tabs/fileTree/fileTreeElementInfoDialog/fileTreeElementInfoDialog.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.FolderContentContainer{ | ||
max-height: 30vh; | ||
overflow-y: auto; | ||
overflow-x: hidden; | ||
@apply mt-2; | ||
@apply mb-2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters