diff options
author | Xue Gao <xg353y@intl.att.com> | 2020-05-26 07:22:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-26 07:22:41 +0000 |
commit | 3521f1dd8b2447d5225c51acdf1472c4c94a3ed3 (patch) | |
tree | 28f5a6f0c94c499f71d28be043884ef5e1868ea6 /ui-react/src/theme/globalStyle.js | |
parent | a1668ebbcf5c010a495c56e78178a615f52c655b (diff) | |
parent | c0ec0fc448af1c5d6eacb195e95938c921ba1bce (diff) |
Merge "Create SVG in UI"
Diffstat (limited to 'ui-react/src/theme/globalStyle.js')
-rw-r--r-- | ui-react/src/theme/globalStyle.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index 64fd7c5d9..43aa30f00 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 = { |