Skip to content

Commit

Permalink
Merge pull request #110 from Opetushallitus/feature/OPHAKTKEH-365
Browse files Browse the repository at this point in the history
AKT(Frontend): Improve phone view stylings of contact request page
  • Loading branch information
p3j4m authored Jun 7, 2022
2 parents a827cfa + 6faf7e1 commit 331b9c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const WriteMessage = ({
multiline
fullWidth
required
minRows={isPhone ? 10 : 5}
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const PublicTranslatorFilters = ({
color={Color.Primary}
className="public-translator-filters__app-bar"
>
<Toolbar className="space-around public-translator-filters__app-bar__tool-bar">
<Toolbar className="public-translator-filters__app-bar__tool-bar space-between">
<CustomButton
data-testid="public-translator-filters__empty-btn"
color={Color.Secondary}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
&__steps-container {
@include phone {
@include phone-divider-border-bottom;
margin-bottom: 2rem;
margin-bottom: 6rem;
padding: 1rem 2rem 5rem;
}
}
Expand Down

0 comments on commit 331b9c4

Please sign in to comment.