Skip to content

Commit

Permalink
Merge pull request desktop#3598 from http-request/truncate-long-repo-…
Browse files Browse the repository at this point in the history
…names-in-panes-and-modals

Truncate long repo names in panes and modals
  • Loading branch information
joshaber authored Dec 15, 2017
2 parents 724cf61 + 6a4f334 commit 251c0af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/styles/ui/_add-repository.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../mixins";

#add-repository {
width: 350px;

Expand All @@ -22,6 +24,10 @@

&-item {
padding: 0 var(--spacing-double);

.name {
@include ellipsis;
}
}

&-item {
Expand Down

0 comments on commit 251c0af

Please sign in to comment.