Skip to content
Snippets Groups Projects
Unverified Commit f3d39cdb authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1008 from OpenTechFund/fix/1005-mobile-submit-note-button

Fix/1005 mobile submit note button
parents fd47fb18 b99144f6
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ $submit-button-height: 60px;
@include media-query(tablet-landscape) {
height: 100%;
padding-bottom: 95px;
}
}
......@@ -47,6 +46,7 @@ $submit-button-height: 60px;
font-size: 18px;
height: $submit-button-height;
opacity: 1;
z-index: 20;
}
textarea,
......
......@@ -53,6 +53,7 @@
padding-right: 20px;
margin: 0;
flex: 1;
word-break: break-word;
}
&__button {
......
......@@ -53,6 +53,7 @@
padding-right: 20px;
margin: 0;
flex: 1;
word-break: break-word;
}
&__button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment