chore: init worker selector
This commit is contained in:
@@ -2,7 +2,11 @@ import React from 'react';
|
||||
import '../style/title-wrapper.less';
|
||||
|
||||
const TitleWrapper: React.FC<any> = ({ children }) => {
|
||||
return <h3 className="h3">{children}</h3>;
|
||||
return (
|
||||
<h3 className="h3" style={{ height: 50 }}>
|
||||
{children}
|
||||
</h3>
|
||||
);
|
||||
};
|
||||
|
||||
export default TitleWrapper;
|
||||
|
||||
Reference in New Issue
Block a user