Skip to content

Commit

Permalink
fix: magrin for filenames (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-krasn committed Jul 24, 2020
1 parent 87356a1 commit fe8258f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/react/components/pages/editorPage/editorPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@
display: flex;
flex-direction: row;
font-size: 70%;

white-space: nowrap;

.asset-filename {
.asset-filename {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex-grow: 1;
text-align: center;
margin: auto;
}
}
}
Expand Down

0 comments on commit fe8258f

Please sign in to comment.