mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
11656ea696
commit
0e998c2a74
@ -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
|
Loading…
Reference in New Issue
Block a user