diff --git a/zeppelin-web/src/app/configuration/configuration.css b/zeppelin-web/src/app/configuration/configuration.css index d98460d47f..7dc21490a4 100644 --- a/zeppelin-web/src/app/configuration/configuration.css +++ b/zeppelin-web/src/app/configuration/configuration.css @@ -41,6 +41,11 @@ list-style-type: none; } +.configuration table { + table-layout: fixed; + width: 100%; +} + .configuration table tr .configurationPropertyKey { padding : 5px 5px 5px 5px; } @@ -61,3 +66,9 @@ padding-top: 7px; float: left; } + +.hiding_overflow { + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis; +} diff --git a/zeppelin-web/src/app/configuration/configuration.html b/zeppelin-web/src/app/configuration/configuration.html index 1d1a689374..0eb59096de 100644 --- a/zeppelin-web/src/app/configuration/configuration.html +++ b/zeppelin-web/src/app/configuration/configuration.html @@ -36,12 +36,16 @@ limitations under the License. name - value + value {{key}} - {{value}} + +
+ {{value}} +
+ diff --git a/zeppelin-web/src/index.html b/zeppelin-web/src/index.html index b546fc9cc6..a8e082c80a 100644 --- a/zeppelin-web/src/index.html +++ b/zeppelin-web/src/index.html @@ -53,6 +53,7 @@ limitations under the License. +