Commit b856ae39 by Peter Holmberg

revert Label change

parent 909fe470
......@@ -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}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment