Skip to content

Commit

Permalink
fixed small screen trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Mar 18, 2020
1 parent fb9f989 commit 325608b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/nodeDetails.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
.info-block {
padding-left: 0;
a {
display: inline-block;
margin: 0 7px;
text-overflow: ellipsis;
overflow: hidden;
}
}
}
Expand Down

0 comments on commit 325608b

Please sign in to comment.