File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/sentry/static/sentry/app/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ const PillName = styled('span')`
64
64
` ;
65
65
66
66
const PillValue = styled ( PillName ) `
67
-
68
67
/* .true - good values */
69
68
${ p =>
70
69
p . type === 'true' &&
@@ -89,6 +88,7 @@ const PillValue = styled(PillName)`
89
88
p . theme . button . borderRadius } 0;
90
89
font-family: ${ p => p . theme . text . familyMono } ;
91
90
max-width: 100%;
91
+
92
92
> a {
93
93
max-width: 100%;
94
94
text-overflow: ellipsis;
@@ -97,6 +97,8 @@ const PillValue = styled(PillName)`
97
97
display: inline-block;
98
98
vertical-align: text-bottom;
99
99
}
100
+
101
+ .pill-icon,
100
102
.external-icon {
101
103
display: inline;
102
104
margin: 0 0 0 ${ space ( 1 ) } ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styled from 'react-emotion';
3
3
const Pills = styled ( 'div' ) `
4
4
display: flex;
5
5
flex-wrap: wrap;
6
- font-size: ${ p => p . theme . fontSizeSmall } ;
6
+ font-size: 13px ;
7
7
` ;
8
8
9
9
export default Pills ;
You can’t perform that action at this time.
0 commit comments