From 104f9f7d5d4056c7c3c6d0da0af2c0b5f8cc0866 Mon Sep 17 00:00:00 2001 From: sajolida Date: Wed, 30 May 2018 11:42:47 +0000 Subject: [PATCH] Prevent numbers to be wrapped --- wiki/src/contribute/how/documentation/style_guide.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index cef92674fe..58002c67a8 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -16,11 +16,11 @@ - **digit grouping** - Use a thin space (HTML entity: ` `) or a space to separate + Use a non-breaking thin space (HTML entity: ` `) or a space to separate groups of three digits. * *For example*: - - $50 000 + - $50 000 See [[!wikipedia Decimal_separator#Digit_grouping]] and [[!wikipedia ISO_31-0#Numbers]]. -- GitLab