From 05ce8295a5550d14517ebf8a9e623b0082584e66 Mon Sep 17 00:00:00 2001 From: devzorg Date: Fri, 16 May 2014 22:17:02 +0400 Subject: [PATCH] Fix / Collapse and word wrap fix for a block with the ssh-key. --- PHPCI/View/Project/view.phtml | 8 +++++--- public/assets/css/phpci.css | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml index 48866e5c..47e75b45 100644 --- a/PHPCI/View/Project/view.phtml +++ b/PHPCI/View/Project/view.phtml @@ -51,9 +51,11 @@ getSshPublicKey()): ?> -
-

Public Key

-
getSshPublicKey(); ?>
+
+ +
+
getPublicKey(); ?>
+
diff --git a/public/assets/css/phpci.css b/public/assets/css/phpci.css index ce98017a..7113ad1c 100644 --- a/public/assets/css/phpci.css +++ b/public/assets/css/phpci.css @@ -82,6 +82,6 @@ h1 { width: 200px; } -.panel-body { - overflow: auto; +.word-wrap { + word-wrap: break-word; } \ No newline at end of file