mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
style: SIP-34 labels (#10403)
* style: SIP-34 labels Aligning with SIP-34 designs for labels/pills. Going uppercase fixes the padding issues we had before, and the rounder pills look better. Cleaning up some CSS in the process * lint
This commit is contained in:
committed by
GitHub
parent
09dfbab7ed
commit
ea3c3bbae4
@@ -163,7 +163,6 @@ export class ExploreChartHeader extends React.PureComponent {
|
||||
endTime={chartUpdateEndTime}
|
||||
isRunning={chartStatus === 'loading'}
|
||||
status={CHART_STATUS_MAP[chartStatus]}
|
||||
style={{ fontSize: '10px', marginRight: '5px' }}
|
||||
/>
|
||||
<ExploreActionButtons
|
||||
actions={this.props.actions}
|
||||
|
||||
Reference in New Issue
Block a user