Skip to content

Commit 2c887e5

Browse files
committed
Revert "Removes fixed height for message fields for smaller screens"
This reverts commit 2bc07c8. Accidental master merge
1 parent f025c93 commit 2c887e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/containers/AssignmentTexterContact.jsx

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ const styles = StyleSheet.create({
100100
padding: '0px 8px',
101101
'@media(max-width: 450px)': {
102102
marginBottom: '8%'
103+
},
104+
'@media(max-width: 350px)': {
105+
height: '280px'
103106
}
104107
},
105108
textField: {

0 commit comments

Comments
 (0)