Skip to content

Commit

Permalink
chore: styling tweaks to ReadOnlyAdjustableCalculatedValueWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Jul 18, 2023
1 parent 5f063e1 commit 6b9c4d3
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ReadOnlyAdjustableCalculatedValueWidget: React.FC<WidgetProps> = (
const adjustedInputId = `${id}_adjusted`;

return (
<div>
<div className="readOnlyAdjustableCalculatedValueWidgetWrapper">
{calculatedValue && (
<>
{
Expand Down Expand Up @@ -59,12 +59,11 @@ const ReadOnlyAdjustableCalculatedValueWidget: React.FC<WidgetProps> = (
)}
</div>
)}

<style jsx>{`
div.adjustedValue {
.readOnlyAdjustableCalculatedValueWidgetWrapper {
display: flex;
}
div.better {
.adjustedValue {
display: flex;
}
dt {
Expand Down

0 comments on commit 6b9c4d3

Please sign in to comment.