Various 7.0 UI tweaks (#23972)

* Set min height of panel pane to 200px

* Disable badge on viz picker when item is in disabled in search results

* Fix UserProfile inputs width

* Remove select caret in user admin permissions editor

* fix 23911
This commit is contained in:
Dominik Prokop
2020-04-27 23:28:24 +02:00
committed by GitHub
parent 6a1845997b
commit 8de606aa22
6 changed files with 17 additions and 18 deletions

View File

@@ -61,13 +61,11 @@ export class UserPermissions extends PureComponent<Props, State> {
<td className="width-16">Grafana Admin</td>
{isEditing ? (
<td colSpan={2}>
<div className="gf-form-select-wrapper width-8">
<RadioButtonGroup
options={adminOptions}
value={currentAdminOption}
onChange={this.onAdminOptionSelect}
/>
</div>
<RadioButtonGroup
options={adminOptions}
value={currentAdminOption}
onChange={this.onAdminOptionSelect}
/>
</td>
) : (
<td colSpan={2}>

View File

@@ -272,6 +272,7 @@ export class UserProfileRow extends PureComponent<UserProfileRowProps, UserProfi
onBlur={this.onInputBlur}
onChange={this.onInputChange}
ref={this.setInputElem}
width={30}
/>
) : (
<span>{this.props.value}</span>