-
Notifications
You must be signed in to change notification settings - Fork 9
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
UI misalignment on seed info #77
Comments
This appears to be an issue with the alignment of the information on the right column of information. All three rows have the same right margin (see attached). The middle row has a different value for its second line (Page + All internal and external links instead of Page + Same Domain Links) than the first and third row. A fourth row with the crawl values of the second would likely be horizontally aligned with the second column of the second row. With that in-mind, this design issue should be normalized. While the text in the right column is left aligned, the "cell's size" is defined by the content. @N0taN3rd ? |
@machawk1 const MementoCardBody = ({added, mementos, conf}) => (
<Flex key={`MementoCardBody-flex-${added}-${mementos}`} row alignItems='baseline' justifyContent='space-between'>
<CardHeader key={`MementoCardBody-mementos-${added}-${mementos}`} title={`Mementos: ${mementos}`} />
<CardHeader key={`MementoCardBody-confTitle-${added}-${mementos}`} title='Archive Configuration' subtitle={conf} />
</Flex>
) The issue comes from the interal styling used by the material-ui/Card/CarcHeader and have noticed this happening as well for the Archive Twitter section and Adding Seeds The conf (Page + Same Domain....) is only text with each entry on its own line. |
For some reason, the information of this seed jumped over
The text was updated successfully, but these errors were encountered: