From 67989d4c4b52db3d2e989c00a6e227ffb945d5b9 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Wed, 9 Oct 2019 16:54:23 +0200 Subject: [PATCH] Fix html tag switch --- scm-ui/ui-components/src/BranchSelector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm-ui/ui-components/src/BranchSelector.js b/scm-ui/ui-components/src/BranchSelector.js index 3d748850da..9c95888356 100644 --- a/scm-ui/ui-components/src/BranchSelector.js +++ b/scm-ui/ui-components/src/BranchSelector.js @@ -15,7 +15,7 @@ type Props = { type State = { selectedBranch?: Branch }; -const ZeroflexFieldLabel = styled.label` +const ZeroflexFieldLabel = styled.div` flex-basis: inherit; flex-grow: 0; `; @@ -53,7 +53,7 @@ export default class BranchSelector extends React.Component { -
{label}
+