diff --git a/src/theme.scss b/src/theme.scss
index 483b54b3b..6a50b8f8c 100644
--- a/src/theme.scss
+++ b/src/theme.scss
@@ -107,6 +107,10 @@ $state-danger-border: $brand-danger;
max-width: 300px;
}
+.wrap-table-cell {
+ word-wrap: break-word;
+}
+
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background-color: $brand-primary;
color: white;
diff --git a/src/views/volumes.html b/src/views/volumes.html
index e5a0ab885..37f6fdd28 100644
--- a/src/views/volumes.html
+++ b/src/views/volumes.html
@@ -131,9 +131,9 @@
|
{{ 'volumes.name' | tr }} |
- {{ 'volumes.type' | tr }} |
+ {{ 'volumes.type' | tr }} |
{{ 'volumes.hostPath' | tr }} |
- {{ 'main.actions' | tr }} |
+ {{ 'main.actions' | tr }} |
@@ -142,14 +142,14 @@
-
+ |
{{ volume.name }}
|
-
+ |
{{ volume.mountType }}
|
- {{ volume.mountOptions.host || volume.mountOptions.diskPath || volume.hostPath }}{{ volume.mountOptions.remoteDir }} |
- {{ volume.hostPath }} |
+ {{ volume.mountOptions.host || volume.mountOptions.diskPath || volume.hostPath }}{{ volume.mountOptions.remoteDir }} |
+ {{ volume.hostPath }} |
|