diff options
Diffstat (limited to 'client/src/admin/scss/_globals.scss')
-rw-r--r-- | client/src/admin/scss/_globals.scss | 14 |
1 files changed, 9 insertions, 5 deletions
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; } |