Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
03b1aaac
Commit
03b1aaac
authored
Jan 14, 2018
by
Mattias J Duffy
Browse files
searchbar ios fix attempt
#2
parent
81623eb5
Pipeline
#1982
passed with stage
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/containers/SearchBar.js
View file @
03b1aaac
...
...
@@ -93,7 +93,7 @@ class SearchBar extends React.Component {
<
Input
placeholder
=
"
Name, Location, etc.
"
disableUnderline
className
=
{
classNames
(
'
search-bar-input
-open
'
&&
!
this
.
state
.
isMobileOpen
,
'
hide-search-input
'
&&
this
.
state
.
isMobileOpen
)}
className
=
{
classNames
(
'
search-bar-input
'
,
'
hide-search-input
'
&&
this
.
state
.
isMobileOpen
)}
onChange
=
{
this
.
handleChange
}
onFocus
=
{
this
.
handleFocus
}
onBlur
=
{
this
.
handleBlur
}
...
...
src/styles/containers/searchBar.scss
View file @
03b1aaac
...
...
@@ -31,7 +31,7 @@
}
.search-bar-input
{
display
:
flex
!
important
;
display
:
flex
;
align-items
:
center
!
important
;
width
:
100%
}
...
...
@@ -43,7 +43,7 @@
}
.search-bar-campus-control
{
margin-right
:
8px
!
important
;
//
margin-right: 8px !important;
width
:
150px
;
justify-content
:
center
;
}
...
...
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