Skip to content

Commit

Permalink
kalmyk markup: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliauvarova committed Dec 20, 2024
1 parent 687c590 commit f84329d
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 f84329d

Please sign in to comment.