Skip to content

Commit

Permalink
[BISERVER-15139] - "Files" text box displays an elypsis (...) when th…
Browse files Browse the repository at this point in the history
…e file name is very long
  • Loading branch information
joana-fb authored and smmribeiro committed Jan 20, 2025
1 parent 7c4ffce commit 2cb4f2c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
user-select: none;
}

#fileBrowser .fileBrowserFiles > .body > .file {
display: flex;
}

#fileBrowser .fileBrowserColumn .body .file .icon {
flex: none;
}

#fileBrowser .fileBrowserColumn .body .file .title {
flex: auto;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
}

.main-container {
padding-top: 20px;
padding-bottom: 20px;
Expand Down

0 comments on commit 2cb4f2c

Please sign in to comment.