Merge branch '31898-pipeline-table-alignment' into 'master'
Remove extra pipeline margin Closes #31898 See merge request !11255
This commit is contained in:
commit
fefd331c2a
1 changed files with 1 additions and 2 deletions
|
@ -191,7 +191,6 @@
|
|||
}
|
||||
|
||||
.commit-title {
|
||||
margin-top: 4px;
|
||||
max-width: 225px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
@ -224,7 +223,7 @@
|
|||
.duration,
|
||||
.finished-at {
|
||||
color: $gl-text-color-secondary;
|
||||
margin: 4px 0;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
.fa {
|
||||
|
|
Loading…
Reference in a new issue