Skip to content

Commit

Permalink
style: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sitarass committed Feb 26, 2024
1 parent 9ee859b commit beec7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 2 additions & 0 deletions src/views/DiffChecker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const DiffChecker = () => {
label="Original text"
name="originalText"
multiline
rows={20}
/>
<TextInput
register={register}
Expand All @@ -121,6 +122,7 @@ const DiffChecker = () => {
label="Changed text"
name="changedText"
multiline
rows={20}
/>
</div>
<div className={styles.differenceBlock}>
Expand Down
13 changes: 0 additions & 13 deletions src/views/DiffChecker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@

.multilineInput {
flex: 1;
height: 100%;
& > div {
position: relative;
}

& > div > textarea {
position: absolute;
max-height: 90%;
max-width: 95%;
@include desktop-up {
max-height: 93%;
}
}
}

.differenceBlock {
Expand Down

0 comments on commit beec7c5

Please sign in to comment.