Skip to content

Commit

Permalink
chore: code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yinrouni committed Jan 26, 2024
1 parent 74ca0dd commit 59f2368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions apps/platform/src/modules/dag-record/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@
}

.statusIcon {
padding-inline-end: 8px;
padding-inline-start: 8px;
padding-inline: 8px 8px;
}

.resultTypeIcon {
Expand Down
3 changes: 1 addition & 2 deletions apps/platform/src/modules/pipeline-record-list/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@
}

.statusIcon {
padding-inline-end: 8px;
padding-inline-start: 8px;
padding-inline: 8px 8px;
}

// HACK FIX cannot find reason for focus
Expand Down
3 changes: 1 addition & 2 deletions apps/platform/src/modules/pipeline/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@

.treeContainer {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
overflow-x: hidden auto;
}

.templates {
Expand Down

0 comments on commit 59f2368

Please sign in to comment.