Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
6af47279
Verified
Commit
6af47279
authored
May 30, 2019
by
Sébastiaan Versteeg
Browse files
Fix SearchHeader overflow
parent
1a5c9351
Changes
2
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
6af47279
...
...
@@ -37,7 +37,7 @@ android {
applicationId
"com.thaliapp"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
43
2
versionCode
43
3
versionName
"2.7.0"
}
...
...
app/ui/components/searchHeader/style/SearchHeader.js
View file @
6af47279
...
...
@@ -17,6 +17,7 @@ const styles = StyleSheet.create({
borderBottomColor
:
Colors
.
darkMagenta
,
borderBottomWidth
:
1
,
},
overflow
:
'
hidden
'
,
},
appBar
:
{
backgroundColor
:
Colors
.
magenta
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment