File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/sentry/static/sentry/app/components/tagDistributionMeter Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ const Segments = styled('div')`
156
156
` ;
157
157
158
158
const Segment = styled ( Link , { shouldForwardProp : isPropValid } ) `
159
- display: block;
160
159
width: 100%;
161
160
height: 16px;
161
+ display: inline-block;
162
162
color: inherit;
163
163
164
164
&:hover {
@@ -185,12 +185,14 @@ const Description = styled('span', {shouldForwardProp: isPropValid})`
185
185
` ;
186
186
187
187
const Percentage = styled ( 'span' ) `
188
+ display: inline-block;
188
189
margin-right: 6px;
189
190
color: ${ p => p . theme . gray2 } ;
190
191
vertical-align: middle;
191
192
` ;
192
193
193
194
const Label = styled ( 'span' ) `
195
+ display: inline-block;
194
196
white-space: nowrap;
195
197
overflow: hidden;
196
198
text-overflow: ellipsis;
You can’t perform that action at this time.
0 commit comments