From c0a6c74369a1b75a49bfe8a4650dda5fa3197432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 31 May 2014 13:59:41 +0200 Subject: [PATCH] Reduce the panel heading and forbid the wordwrap on the panel title --- templates/bootstrap/file.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/bootstrap/file.html b/templates/bootstrap/file.html index cc3478e..73cea2d 100644 --- a/templates/bootstrap/file.html +++ b/templates/bootstrap/file.html @@ -48,6 +48,13 @@ .bottomright {position:absolute; bottom:0; margin-bottom:25px; right: 20px;} + .panel-title a { + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + display:block; + } + + .panel-heading { padding: 10px 7px; } + {{? it.server_side_rendering == 0}}