Skip to content

Commit

Permalink
update css file space and use the oui color guideline number to repla…
Browse files Browse the repository at this point in the history
…ce the color name in css file

Signed-off-by: yujin-emma <[email protected]>
  • Loading branch information
yujin-emma committed May 16, 2024
1 parent 077298f commit d435cca
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
.euiSelectableListItem__icon, .euiSelectableListItem__prepend {
margin-right: 0;
}


}

.dataSourceAggregatedViewOuiFlexGroup {
Expand All @@ -38,7 +36,7 @@
overflow: hidden;
white-space: nowrap;
display: inline-block;
padding-left: 0%;
padding-left: 0;
}
}

Expand All @@ -54,7 +52,7 @@
overflow: hidden;
white-space: nowrap;
display: inline-block;
padding-left: 0%;
padding-left: 0;
}

.dataSourceListAllActiveOuiFlexItem {
Expand Down

0 comments on commit d435cca

Please sign in to comment.