Skip to content

Commit

Permalink
chore: release v5.34.1 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Dec 6, 2023
2 parents 255d0d8 + 0213c45 commit 56d7ad9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defusedxml = "^0.7.1"
requests = "^2.31.0"
urllib3 = "<2"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
mkdocs = "^1.4.2"
importlib-metadata = {version="*", python="<3.8"}
pytest = "^7.2.1"
Expand Down
8 changes: 8 additions & 0 deletions ui/src/components/ControlWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ const CustomElement = styled.div``;
const ControlGroupWrapper = styled(ControlGroup).attrs((props: { dataName: string }) => ({
'data-name': props.dataName,
}))`
max-width: 100%;
span[class*='ControlGroupStyles__StyledAsterisk-'] {
color: red;
}
> * {
&:nth-child(3) {
width: 320px;
}
}
`;

interface ControlWrapperProps {
Expand Down

0 comments on commit 56d7ad9

Please sign in to comment.