Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae38892

Browse files
committed
Add ruleset for button under .github-Panel's .no-repository
1 parent 4b92152 commit ae38892

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/git-panel.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
.git-logo-path {
4444
fill: mix(@base-background-color, @text-color, 66%); // 2/3 of bg color
4545
}
46+
47+
.btn.btn-primary {
48+
overflow: hidden;
49+
text-overflow: ellipsis;
50+
}
4651
}
4752
}
4853

0 commit comments

Comments
 (0)