Skip to content

Commit

Permalink
FME fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
jesade-vbg committed May 27, 2022
1 parent 7cefdf2 commit 20fadae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-client/src/plugins/FmeServer/FmeServerView.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const FmeServerView = (props) => {
// Renders the selected value under the steps title
// Is currently only used for group and product.
return (
<div style={{ position: "absolute", fontWeight: "normal" }}>{value}</div>
<div style={{ position: "relative", fontWeight: "normal", height: "0" }}>{value}</div>
);
}

Expand Down

0 comments on commit 20fadae

Please sign in to comment.