Fixed the footer of newsletter click breaking in certain width

refs https://github.com/TryGhost/Team/issues/2619

- the footer text "Sent a broken link? You can update it" of the newsletter clicks was breaking in certain browser width
- this fixes it by adding extra media queries to the already existing solution of hiding the normal text in small screen
This commit is contained in:
Sodbileg Gansukh 2023-03-27 19:29:59 +08:00
parent 11656ea696
commit 0e998c2a74
2 changed files with 2 additions and 2 deletions

View File

@ -1246,7 +1246,7 @@
background: none;
}
@media (max-width: 1000px) {
@media (max-width: 1000px), (min-width: 1360px) and (max-width: 1440px) {
.gh-links-info .gh-links-info-short {
display: inline;
}

@ -1 +1 @@
Subproject commit 505503a63b51c89c96fcafd18550af29c6c811f1
Subproject commit 3ed94d68fad71ed5956a9f5f8a29d3bd0ef6c513