Skip to content
Snippets Groups Projects

feat(authors): add default corresponding author

Merged Bogdan Cochior requested to merge hin-964 into develop
2 files
+ 18
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -72,7 +72,7 @@ const ManuscriptCard = ({
</Row>
<Row alignItems="center" justify="flex-start" mb={1}>
<H4>Handling editor</H4>
<Text ml={1} mr={3}>
<Text ml={1} mr={3} whiteSpace="nowrap">
{get(handlingEditor, 'name', 'Unassigned')}
</Text>
{handlingEditor && (
@@ -139,6 +139,9 @@ const MainContainer = styled.div`
[data-tooltipped] {
overflow: hidden;
}
${H4} {
white-space: nowrap;
}
${H3} {
margin-bottom: 0;
text-overflow: ellipsis;