Browse Source

fix(ui): Don't wrap 'Use UTC' (#25955)

Evan Purkhiser 3 years ago
parent
commit
798c86c00c

+ 1 - 0
static/app/components/organizations/timeRangeSelector/dateRange/index.tsx

@@ -267,6 +267,7 @@ const TimeAndUtcPicker = styled('div')`
 
 const UtcPicker = styled('div')`
   color: ${p => p.theme.gray300};
+  white-space: nowrap;
   display: flex;
   align-items: center;
   justify-content: flex-end;