From ceb17ad41163aa6739d1e6b89edea59b3e9e0dc2 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 30 Oct 2012 12:57:47 -0400 Subject: [PATCH] added handling for long class names in the header --- cms/static/sass/_header.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cms/static/sass/_header.scss b/cms/static/sass/_header.scss index 5255819a60..e80c7aa3b1 100644 --- a/cms/static/sass/_header.scss +++ b/cms/static/sass/_header.scss @@ -43,7 +43,14 @@ body.no-header { } .left { - width: 700px; + width: 750px; + } + + .class-name { + max-width: 350px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } .drop-icon {