This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-dataset-selector
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-dataset-selector by
this push:
new 1e89950454 fix fmt
1e89950454 is described below
commit 1e89950454c620407fd03c8d5a71d3cd3339c187
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Apr 13 13:31:27 2026 -0700
fix fmt
---
.../dataset-selection-modal.component.html | 2 +-
.../dataset-selection-modal.component.scss | 12 +++++-------
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git
a/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.html
b/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.html
index bd316dbdba..d3eaeaa309 100644
---
a/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.html
+++
b/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.html
@@ -30,7 +30,7 @@
[nzValue]="dataset"
[nzLabel]="dataset.dataset.name"
[nzCustomContent]="true">
- <div class="dataset-option">
+ <div class="dataset-dropdown">
#{{ dataset.dataset.did }}
<span class="dataset-name">{{ dataset.dataset.name }}</span>
<span class="access-level">{{ dataset.isOwner ? 'OWNER' :
dataset.accessPrivilege }}</span>
diff --git
a/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.scss
b/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.scss
index 62bad377d9..af8796f82a 100644
---
a/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.scss
+++
b/frontend/src/app/workspace/component/dataset-selection-modal/dataset-selection-modal.component.scss
@@ -29,22 +29,20 @@
gap: 16px;
}
-.dataset-select {
+
+
+.version-select {
flex: 1;
min-width: 0;
}
-.version-select {
+.dataset-select {
flex: 1;
min-width: 0;
}
-.dataset-option {
+.dataset-dropdown {
display: flex;
- align-items: center;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
}
.dataset-name {