From 639ca70819f6a561d760c5d24a675803b8a451ad Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 4 Mar 2017 09:55:02 -0500 Subject: [PATCH] Fix menu overflow #592. --- assets/stylesheets/components/_header.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/components/_header.scss b/assets/stylesheets/components/_header.scss index 5dc13256..26218db4 100644 --- a/assets/stylesheets/components/_header.scss +++ b/assets/stylesheets/components/_header.scss @@ -62,8 +62,11 @@ z-index: 1; top: .25rem; right: .25rem; - width: 8rem; + width: 8.5rem; height: calc(13.75rem + 1px); + white-space: nowrap; + word-wrap: normal; + overflow-wrap: normal; font-size: .875rem; background: $contentBackground; border: 1px solid $headerBorder;