parent
d6cb7334d3
commit
f0f864a375
3 changed files with 54 additions and 1 deletions
|
@ -50,4 +50,22 @@
|
|||
|
||||
.triggered-build-description-element .fa-user {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .long-commit-description {
|
||||
margin-top: 10px;
|
||||
font-size: 13px;
|
||||
white-space: pre;
|
||||
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
||||
border-left: 1px solid #eee;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .long-description-toggle {
|
||||
padding: 2px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .long-description-toggle:hover {
|
||||
cursor: pointer;
|
||||
}
|
Reference in a new issue