diff --git a/packages/base/src/formbuilder/objectform/fileselectorwidget.tsx b/packages/base/src/formbuilder/objectform/fileselectorwidget.tsx index 5aaa19358..9f2bf3338 100644 --- a/packages/base/src/formbuilder/objectform/fileselectorwidget.tsx +++ b/packages/base/src/formbuilder/objectform/fileselectorwidget.tsx @@ -113,18 +113,13 @@ export const FileSelectorWidget = (props: any) => { return (
-
- +
+

{serverFilePath || ''}

+

Or enter external URL diff --git a/python/jupytergis_lab/style/base.css b/python/jupytergis_lab/style/base.css index 33f72fcca..b4355fb06 100644 --- a/python/jupytergis_lab/style/base.css +++ b/python/jupytergis_lab/style/base.css @@ -732,3 +732,11 @@ div.jGIS-toolbar-widget > div.jp-Toolbar-item:last-child { .jgis-identify-grid-body:last-of-type strong:last-of-type { padding-bottom: 8px; } + +/* Style the file path text */ +.file-container { + display: flex; + align-items: center; + margin-bottom: 16px; + gap: 10px; +}