Skip to content

Commit

Permalink
Merge pull request #937 from singnet/package-updating
Browse files Browse the repository at this point in the history
[SPT-552] fixed UI of the sandbox
  • Loading branch information
MarinaFedy authored Aug 19, 2024
2 parents d8aa8c6 + e365caa commit d28a293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/assets/thirdPartyServices/common/OutlinedTextArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class OutlinedTextArea extends React.Component {
onChange,
onFocus,
ref,
autoFocus = false,
} = this.props;

return (
Expand All @@ -59,6 +60,7 @@ class OutlinedTextArea extends React.Component {
}}
>
<TextField
autoFocus={autoFocus}
id={id}
name={name}
type={type}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ServiceDetails/AboutService/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const useStyles = (theme) => ({
},
section: {
display: "flex",
flexDirection: "column",
flexDirection: "column !important",
gap: 20,
"@media(max-width:960px)": {
maxWidth: "100%",
Expand Down
4 changes: 2 additions & 2 deletions src/components/ServiceDetails/StyledTabs/styles.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const useStyles = (theme) => ({
tabsHeader: {
backgroundColor: "transparent",
backgroundColor: "transparent !important",
color: theme.palette.text.lightShadedGray,
boxShadow: "none",
boxShadow: "none !important",
"@media(max-width:768px)": { padding: "0 30px" },
"& button": {
minWidth: "auto",
Expand Down

0 comments on commit d28a293

Please sign in to comment.