diff --git a/web/static/components/endpoint-browse/index.js b/web/static/components/endpoint-browse/index.js index 238e89a22..494c96354 100644 --- a/web/static/components/endpoint-browse/index.js +++ b/web/static/components/endpoint-browse/index.js @@ -46,28 +46,28 @@ class EndpointBrowser { - + `; } fileTree() { - return ` -
`; } diff --git a/web/static/components/endpoint-browse/styles.css b/web/static/components/endpoint-browse/styles.css index 63b2cae2f..7d94c61bf 100644 --- a/web/static/components/endpoint-browse/styles.css +++ b/web/static/components/endpoint-browse/styles.css @@ -1,19 +1,15 @@ .endpoint-browser { display: flex; flex-direction: column; - height: 100%; } -.endpoint-browser .path-label, -.endpoint-browser .path-input-container, -.endpoint-browser .row-flex, -.endpoint-browser .spacer, -.endpoint-browser .file-tree-view { +.endpoint-browser .path-label { margin-right: 0.5em; } .endpoint-browser .path-input-container { flex: auto; + margin-right: 0.5em; } .endpoint-browser .path-input-container input { @@ -21,6 +17,7 @@ } .endpoint-browser .row-flex { + display: flex; align-items: center; } @@ -35,11 +32,11 @@ overflow: auto; } -.endpoint-browser .file-tree-view table { +.endpoint-browser .file-tree-view tbody { width: 100%; } -.endpoint-browser .file-tree-view td { +.endpoint-browser .file-tree-view tbody td { white-space: nowrap; padding: 0 2em 0 0; }