From 88c2fa63eb8c3ade93914f77d427219b3233ca02 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Sat, 28 Nov 2020 00:49:09 +0100 Subject: adding missing styles --- client/src/admin/scss/_globals.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'client/src/admin/scss/_globals.scss') diff --git a/client/src/admin/scss/_globals.scss b/client/src/admin/scss/_globals.scss index f03ad86..d15363f 100644 --- a/client/src/admin/scss/_globals.scss +++ b/client/src/admin/scss/_globals.scss @@ -3,10 +3,14 @@ html { } * { - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: -moz-none; - -o-user-select: none; - user-select: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: -moz-none; + -o-user-select: none; + user-select: none; +} + +p { + line-height: 1.5; } -- cgit v1.2.3