UNPKG
@deviniti/jql-autocomplete-input
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
Jira JQL autocomplete component based on the Atlaskit
bitbucket.org/deviniti/jql-autocomplete-input
@deviniti/jql-autocomplete-input
/
src
/
styled
/
styled.js
8 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
styled
from
'styled-components'
;
export
const
FieldBaseWrapper
= styled.
div
` span { padding: 7px 6px; }; `
;