-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed components to use Carbon grid instead of inlineDiv #1614
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
onChange={(date) => handleCollectionDate(date)} | ||
value={sampleXml.collectionDate} | ||
labelText={intl.formatMessage({ id: "sample.collection.date" })} | ||
className="inputText" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you get rid of this class , and we purly rely on carbon grid for the layout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change it surely.
} | ||
onChange={(time) => handleCollectionTime(time)} | ||
value={sampleXml.collectionTime} | ||
className="inputText" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get rid of the css class here
Thanks @peach280 . |
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Signed-off-by: Vaishnavi Bhandari <[email protected]>
Pull Requests Requirements
Issue number if applicable.
documentation.
Summary
Fixes #978
Almost all components have been changes to use carbon grid instead of inlineDiv
Screenshots
The display is same as before but more responsive.