From 7de11df66240558ae99ec0ae2ec09c7d6888aea2 Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Sun, 19 Nov 2017 21:05:17 +0200 Subject: [PATCH] #366: ensure os titles are always on single line --- .../profile/multiFactorAuth/instructions/instructions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/profile/multiFactorAuth/instructions/instructions.scss b/src/components/profile/multiFactorAuth/instructions/instructions.scss index c138459..427ef48 100644 --- a/src/components/profile/multiFactorAuth/instructions/instructions.scss +++ b/src/components/profile/multiFactorAuth/instructions/instructions.scss @@ -57,6 +57,7 @@ $boxHeight: 140px; .osName { font-size: 16px; margin: 10px 0; + white-space: nowrap; } .androidTile {