mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #14684 from overleaf/ae-banner-whitespace
Set nowrap on BTS banner link GitOrigin-RevId: fbd9a250970709d4274748de880a42f160a3d8f1
This commit is contained in:
parent
ccb0a1bff8
commit
42f288dc28
2 changed files with 2 additions and 1 deletions
|
@ -366,6 +366,7 @@
|
|||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.navbar-default {
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"back_to_log_in": "Back to log in",
|
||||
"back_to_school_banner_bargain_with_x_percent_off_in_school_or_not": "Grab a back-to-school bargain with __x__% off all individual Overleaf subscriptions (whether you’re in school or not!)",
|
||||
"back_to_school_banner_hurry_offer_ends_sep_30": "Hurry! Offer ends September 30.",
|
||||
"back_to_school_homepage_bargain_with_x_percent_off": "Grab a back-to-school bargain with 15% off all individual Overleaf subscriptions",
|
||||
"back_to_school_homepage_bargain_with_x_percent_off": "Grab a back-to-school bargain with __x__% off all individual Overleaf subscriptions",
|
||||
"back_to_school_modal_bargain_with_x_percent_off": "Everyone can grab a back-to-school bargain this fall with __x__% off an Overleaf subscription",
|
||||
"back_to_school_modal_offer_ends_sep_30": "Offer ends September 30.",
|
||||
"back_to_school_modal_offers_from_writefull_and_papers": "And with offers from Writefull and Papers too, you’ll have the tools you need to write smarter this year.",
|
||||
|
|
Loading…
Reference in a new issue