Skip to content

Commit

Permalink
web-fix: Long file name fits in the screen, closes #136
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Jan 22, 2024
1 parent 10315f8 commit 74ec3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ label.panel-block:hover {
.objects_tree_file .file--label span {
margin-left: 5px;
cursor: pointer;
word-break: break-word;
}

.objects_tree_folder .folder_collapsible,
Expand Down

0 comments on commit 74ec3c6

Please sign in to comment.