diff --git a/dist/app.css b/dist/app.css index 048a33f..7a3621b 100644 --- a/dist/app.css +++ b/dist/app.css @@ -13160,6 +13160,9 @@ div.product-tile a.learn-more, div.page-tile a.learn-more { color: #505050; text-decoration: none; } +.post-type-archive-location .cta-button, .post-type-archive-location .single-location .form-wrapper p:has(input[type=submit]), .single-location .form-wrapper .post-type-archive-location p:has(input[type=submit]) { + white-space: nowrap; +} .single-location .top-image { margin-bottom: 6rem; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 2728c5f..00cfb1b 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", - "/app.css": "/app.css?id=ed9f8d6e0947e25068c124487480e3b9" + "/app.css": "/app.css?id=741f9557cb221bad303a5ce0c73d94fb" } diff --git a/src/scss/locations.scss b/src/scss/locations.scss index 5e5d3cb..65064a8 100644 --- a/src/scss/locations.scss +++ b/src/scss/locations.scss @@ -42,4 +42,8 @@ text-decoration: none; } } + + .cta-button { + white-space: nowrap; + } }