border-bottom: 1px solid #e1e1e1;
background-color: #fff;
}
-.navigator-details .code-issue-actions {
- font-size: 0;
-}
-.navigator-details .code-issue-actions > li {
+.navigator-details .scm .author {
display: inline-block;
- vertical-align: middle;
- height: 14px;
- line-height: 14px;
- padding: 0 8px;
- border-left: 1px solid #fff;
- border-right: 1px solid #bfbfbf;
- font-size: 12px;
-}
-.navigator-details .code-issue-actions > li:first-child {
- padding-left: 0;
- border-left: 0;
-}
-.navigator-details .code-issue-actions > li:last-child {
- padding-right: 0;
- border-right: 0;
-}
-.navigator-details .rule-desc {
- float: none;
+ max-width: 100px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.navigator-actions {
padding: 0 10px 0 0;
border-bottom: 1px solid #e1e1e1;
background-color: #fff;
}
-.navigator-details .code-issue-actions {
- font-size: 0;
-}
-.navigator-details .code-issue-actions > li {
+.navigator-details .scm .author {
display: inline-block;
- vertical-align: middle;
- height: 14px;
- line-height: 14px;
- padding: 0 8px;
- border-left: 1px solid #fff;
- border-right: 1px solid #bfbfbf;
- font-size: 12px;
-}
-.navigator-details .code-issue-actions > li:first-child {
- padding-left: 0;
- border-left: 0;
-}
-.navigator-details .code-issue-actions > li:last-child {
- padding-right: 0;
- border-right: 0;
-}
-.navigator-details .rule-desc {
- float: none;
+ max-width: 100px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.navigator-actions {
padding: 0 10px 0 0;
background-color: #fff;
}
- .code-issue-actions {
- font-size: 0;
-
- & > li {
- display: inline-block;
- vertical-align: middle;
- height: 14px;
- line-height: 14px;
- padding: 0 8px;
- border-left: 1px solid #fff;
- border-right: 1px solid #bfbfbf;
- font-size: 12px;
-
- &:first-child {
- padding-left: 0;
- border-left: 0;
- }
-
- &:last-child {
- padding-right: 0;
- border-right: 0;
- }
- }
- }
-
- .rule-desc {
- float: none;
+ .scm .author {
+ display: inline-block;
+ max-width: 100px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}