Skip to content

Commit

Permalink
Merge pull request #1175 from nataliauvarova/kalmyk_markup
Browse files Browse the repository at this point in the history
kalmyk markup: fix styles
  • Loading branch information
nataliauvarova authored Dec 20, 2024
2 parents 8610ab2 + f84329d commit a74b4d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/JoinMarkupsModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ const JoinMarkupsModal = ({ perspectiveId, onClose }) => {
<Table.Header>
<Table.Row>
<Table.HeaderCell className="th-checkbox">&nbsp;</Table.HeaderCell>
<Table.HeaderCell> {firstField.split("_")[1]} </Table.HeaderCell>
<Table.HeaderCell> {secondField.split("_")[1]} </Table.HeaderCell>
<Table.HeaderCell className="th-markup"> {firstField.split("_")[1]} </Table.HeaderCell>
<Table.HeaderCell className="th-markup"> {secondField.split("_")[1]} </Table.HeaderCell>
<Table.HeaderCell> {getTranslation("Type")} </Table.HeaderCell>
<Table.HeaderCell> {getTranslation("Author")} </Table.HeaderCell>
</Table.Row>
Expand Down
4 changes: 4 additions & 0 deletions src/components/JoinMarkupsModal/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
&.th-checkbox {
width: 50px;
}

&.th-markup {
width: 30%;
}
}
}
}
Expand Down

0 comments on commit a74b4d4

Please sign in to comment.