mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
revert Label change
This commit is contained in:
parent
909fe47050
commit
b856ae3957
@ -11,9 +11,7 @@ interface Props {
|
||||
|
||||
export const Label: SFC<Props> = props => {
|
||||
return (
|
||||
<span
|
||||
className={`gf-form-label width-${props.width ? props.width : '10'} ${props.className ? props.className : ''}`}
|
||||
>
|
||||
<span className={`gf-form-label width-${props.width ? props.width : '10'}`}>
|
||||
<span>{props.children}</span>
|
||||
{props.tooltip && (
|
||||
<Tooltip className="gf-form-help-icon--right-normal" placement="auto" content={props.tooltip}>
|
||||
|
Loading…
Reference in New Issue
Block a user