From ca284f8d7ec7de00a10395478395ec8d04c9518d Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 20 Feb 2019 18:11:05 +0200 Subject: [PATCH] Add hyphenation to titles which might contain long words. --- src/containers/PasswordChangePage/PasswordChangePage.css | 1 + src/containers/PayoutPreferencesPage/PayoutPreferencesPage.css | 1 + src/containers/ProfileSettingsPage/ProfileSettingsPage.css | 1 + 3 files changed, 3 insertions(+) diff --git a/src/containers/PasswordChangePage/PasswordChangePage.css b/src/containers/PasswordChangePage/PasswordChangePage.css index c39b6814..b16ae38a 100644 --- a/src/containers/PasswordChangePage/PasswordChangePage.css +++ b/src/containers/PasswordChangePage/PasswordChangePage.css @@ -17,6 +17,7 @@ } .title { + hyphens: auto; margin-top: 8px; margin-bottom: 19px; diff --git a/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.css b/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.css index c39b6814..b16ae38a 100644 --- a/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.css +++ b/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.css @@ -17,6 +17,7 @@ } .title { + hyphens: auto; margin-top: 8px; margin-bottom: 19px; diff --git a/src/containers/ProfileSettingsPage/ProfileSettingsPage.css b/src/containers/ProfileSettingsPage/ProfileSettingsPage.css index 99aa121e..051d593b 100644 --- a/src/containers/ProfileSettingsPage/ProfileSettingsPage.css +++ b/src/containers/ProfileSettingsPage/ProfileSettingsPage.css @@ -20,6 +20,7 @@ .heading { margin-right: 24px; + hyphens: auto; } .profileLink {