mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Shrink Apply button a big
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
95dc20d3e8
commit
4d0343d408
@ -281,7 +281,9 @@ export class MetricsSettings extends React.Component<Props> {
|
||||
waiting={this.inProgress}
|
||||
onClick={() => this.save()}
|
||||
primary
|
||||
disabled={!this.changed} />
|
||||
disabled={!this.changed}
|
||||
className="w-60 h-14"
|
||||
/>
|
||||
|
||||
{this.canUpgrade && (<small className="hint">
|
||||
An update is available for enabled metrics components.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user