Removing COllection + workspace usage
This commit is contained in:
@@ -3,7 +3,7 @@ import './parameters.scss';
|
||||
|
||||
export default (props: { label: string; description: string; children: ReactNode }) => {
|
||||
return (
|
||||
<div className={'parameters_attribute open'}>
|
||||
<div className={'parameters_attribute open block'}>
|
||||
<div className="label">
|
||||
<div className="label">{props.label}</div>
|
||||
<div className="description">{props.description}</div>
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
|
||||
& > .value {
|
||||
font-size: 14px;
|
||||
max-height: 0;
|
||||
transition: max-height 0.2s, opacity 0.2s;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user