mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove conflicting classNames under quota-entries (#3334)
- Both flex and inline modify the display rule and inline was winning Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0a8cf96415
commit
c029039035
@ -218,7 +218,7 @@ export class AddQuotaDialog extends React.Component<Props> {
|
||||
<div className="quota-entries">
|
||||
{this.quotaEntries.map(([quota, value]) => {
|
||||
return (
|
||||
<div key={quota} className="quota flex gaps inline align-center">
|
||||
<div key={quota} className="quota gaps inline align-center">
|
||||
<div className="name">{quota}</div>
|
||||
<div className="value">{value}</div>
|
||||
<Icon material="clear" onClick={() => this.quotas[quota] = ""} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user