aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-05 14:05:32 +0100
committerLibravatar GitHub <noreply@github.com>2017-12-05 14:05:32 +0100
commit1d33a1784bea940906bc74e335668920fa1b88f6 (patch)
treeb1eb91d83bf8e0d442994b3223ea79cbb123243a /src/styles
parentMerge pull request #402 from meetfranz/feature/welcome-styles (diff)
parentfeat(Account): Enable a user to delete their own account (diff)
downloadferdium-app-1d33a1784bea940906bc74e335668920fa1b88f6.tar.gz
ferdium-app-1d33a1784bea940906bc74e335668920fa1b88f6.tar.zst
ferdium-app-1d33a1784bea940906bc74e335668920fa1b88f6.zip
Merge pull request #400 from meetfranz/feature/delete-account
[PR] Enable a user to delete their own account
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 6e93094b4..73cef0813 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -281,6 +281,10 @@
281 margin-left: auto; 281 margin-left: auto;
282 } 282 }
283 283
284 .franz-form__button {
285 white-space: nowrap;
286 }
287
284 div { 288 div {
285 height: auto; 289 height: auto;
286 } 290 }