diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml index 48866e5c..bc89e9d8 100644 --- a/PHPCI/View/Project/view.phtml +++ b/PHPCI/View/Project/view.phtml @@ -51,9 +51,11 @@ getSshPublicKey()): ?> -
-

Public Key

-
getSshPublicKey(); ?>
+
+ +
+
getSshPublicKey(); ?>
+
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