(refs #906)Shrink range which is applied style

This commit is contained in:
Naoki Takezoe
2015-09-30 02:30:28 +09:00
parent 4ca4c57fff
commit 5a04fe7ae6
2 changed files with 6 additions and 3 deletions

View File

@@ -295,6 +295,9 @@ div > div.box-content-row:nth-of-type(1) {
div.box-content-row {
border-top: 1px solid #d8d8d8;
padding: 4px;
}
div.repo-link {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;