Fix alignment for show/hide outdated link on resolved conversation (#11881)
Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
c8780984f8
commit
492b7d6357
1 changed files with 5 additions and 0 deletions
|
@ -1178,6 +1178,11 @@
|
|||
|
||||
.segments {
|
||||
box-shadow: none;
|
||||
|
||||
.show-outdated,
|
||||
.hide-outdated {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue