mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-20 09:04:09 +00:00
fixed code wrapping on the build output page
This commit is contained in:
@@ -904,6 +904,11 @@ pre {
|
||||
.build-details .commit-summary {
|
||||
float: left;
|
||||
}
|
||||
.build-details .commit-summary dd {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 450px;
|
||||
}
|
||||
.build-details.affix {
|
||||
top: 0px;
|
||||
padding-top: 15px;
|
||||
|
@@ -1057,6 +1057,12 @@ pre {
|
||||
|
||||
.commit-summary {
|
||||
float:left;
|
||||
|
||||
dd {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
background:#FFF;
|
||||
|
Reference in New Issue
Block a user