Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Sep 18, 2024
1 parent 31dce13 commit e4831c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/ListCognates/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const ListCognates = connect(state => state.user)(({user}) => {
/>
<p/>
{ shownLanguagePosition && (
<div style={{ border: "gray solid", borderRadius: 15, width: 250, padding: 10, maxWidth: "80%" }}>
<div style={{ border: "gray solid", borderRadius: 15, width: 300, padding: 10, maxWidth: "80%" }}>
<Checkbox
label={getTranslation("Only high-order languages")}
checked={onlyInToc}
Expand All @@ -152,7 +152,7 @@ const ListCognates = connect(state => state.user)(({user}) => {
setCleanResult(true);
}}
//className="lingvo-labeled-input"
style={{ width: 80, maxWidth: "40%" }}
style={{ width: 100, maxWidth: "40%" }}
/>
<p/>
<Input
Expand All @@ -165,7 +165,7 @@ const ListCognates = connect(state => state.user)(({user}) => {
setCleanResult(true);
}}
//className="lingvo-labeled-input"
style={{ width: 80, maxWidth: "40%" }}
style={{ width: 100, maxWidth: "40%" }}
/>
<p/>
</div>
Expand Down

0 comments on commit e4831c1

Please sign in to comment.