X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fsrc%2Ftheme%2FglobalStyle.js;h=43aa30f009d19105e7b1040ea4a1c34539a8db40;hb=c0ec0fc448af1c5d6eacb195e95938c921ba1bce;hp=64fd7c5d95bc87c902bfa3c5cbf05474c3390510;hpb=061ecec6a6099ad7fb480b0fe67f6e5154f9db23;p=clamp.git diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index 64fd7c5d..43aa30f0 100644 --- a/ui-react/src/theme/globalStyle.js +++ b/ui-react/src/theme/globalStyle.js @@ -51,12 +51,6 @@ export const GlobalClampStyle = createGlobalStyle` margin-top: 1px; } - svg { - overflow: hidden; - width: 100%; - height: 100%; - } - label { font-family: ${props => props.theme.fontFamily}; font-size: ${props => props.theme.fontSize}; @@ -68,6 +62,7 @@ export const GlobalClampStyle = createGlobalStyle` font-size: ${props => props.theme.fontSize}; font-weight: bold; } + ` export const DefaultClampTheme = {