From b110ebbdc7bc15f578c5423f107944def8037db4 Mon Sep 17 00:00:00 2001 From: Skayo Date: Mon, 7 May 2018 14:44:46 +0200 Subject: [PATCH] Add support for newlines I finally added support for newlines on the profile in the about and skills section. Hope it's okay if I do such a simple PR. --- app/src/res/sass/modules/user_profile.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/res/sass/modules/user_profile.sass b/app/src/res/sass/modules/user_profile.sass index c8896c23..74bddcbd 100644 --- a/app/src/res/sass/modules/user_profile.sass +++ b/app/src/res/sass/modules/user_profile.sass @@ -88,3 +88,4 @@ p margin: 4px 0px flex: 1 + white-space: pre-wrap