0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 10:39:50 +02:00

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:
Cirno the Strongest 2020-06-15 21:50:12 +02:00 committed by GitHub
parent c8780984f8
commit 492b7d6357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1178,6 +1178,11 @@
.segments {
box-shadow: none;
.show-outdated,
.hide-outdated {
display: block;
}
}
}
}