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
61a52f1e
Commit
61a52f1e
authored
Jan 19, 2018
by
Mattias J Duffy
Browse files
fixed font error
parent
a6a172d6
Pipeline
#2011
passed with stages
in 1 minute and 55 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/containers/SearchBar.js
View file @
61a52f1e
...
...
@@ -93,7 +93,9 @@ class SearchBar extends React.Component {
<
Input
placeholder
=
"
Name, Location, etc.
"
disableUnderline
className
=
{
classNames
(
'
search-bar-input
'
,
{
'
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/components/textwTitle.scss
View file @
61a52f1e
.text-w-title-label
{
font-family
:
"Roboto-Regular"
;
font-family
:
"Roboto-Regular"
,
"-apple-system"
,
"Helvetica"
,
"Arial"
,
sans-serif
;
;
font-size
:
12px
;
color
:
rgba
(
0
,
0
,
0
,
.54
);
}
.text-w-title-content
{
font-family
:
"Roboto-Medium"
;
font-family
:
"Roboto-Medium"
,
"-apple-system"
,
"Helvetica"
,
"Arial"
,
sans-serif
;
font-size
:
14px
;
text-overflow
:
ellipsis
;
width
:
100%
;
...
...
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