.blame-view-wrapper {
overflow-x: auto;
}
#rev-list .btn-sm {
padding: 0 8px;
}
.table-border {
border: 1px solid @navbar-default-border;
margin-bottom: @line-height-computed;
&, * {
border-radius: @border-radius-base;
}
.table {
border: none;
margin-bottom: 0;
}
}
.panel .panel-heading.bold {
font-weight: bold;
}
.tab-border {
.clearfix();
.nav-tabs {
border-bottom: none;
}
margin-top: -@padding-large-vertical;
> * {
margin-top: @padding-large-vertical;
}
ul.nav.nav-tabs {
float: left;
}
form.pull-right {
margin-left: @padding-large-horizontal;
padding-bottom:2px;
}
}
.commit-list {
li {
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
a {
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.source-header {
.meta {
max-width: 100%;
a {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}
}
}