Skip to content

Commit

Permalink
SOF-7298: set col width under constrainedMagnetization wider
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 21, 2024
1 parent aa35da3 commit 3d190f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class NonCollinearMagnetizationContextProvider extends mix(JSONSchemaForm
},
isConstrainedMagnetization: {},
constrainedMagnetization: {
"ui:classNames": "col-xs-3",
"ui:classNames": "col-xs-6",
"ui:readonly": !this.isConstrainedMagnetization,
},
isExistingChargeDensity: {},
Expand Down

0 comments on commit 3d190f3

Please sign in to comment.