mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 11:45:48 +00:00
apply PR review
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
This commit is contained in:
parent
eb5c303564
commit
c59c3987da
@ -10,7 +10,7 @@ import colors from '../../assets/styles/colors';
|
|||||||
import sizes from '../../assets/styles/sizes';
|
import sizes from '../../assets/styles/sizes';
|
||||||
|
|
||||||
const FooterModal = styled.div`
|
const FooterModal = styled.div`
|
||||||
padding-top: ${sizes.margin * 0.9}px;
|
padding-top: ${sizes.margin * 0.8}px;
|
||||||
section {
|
section {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 73px;
|
height: 73px;
|
||||||
|
@ -130,12 +130,7 @@ class InputAddonWithErrors extends React.Component {
|
|||||||
<InputDescription
|
<InputDescription
|
||||||
className={inputDescriptionClassName}
|
className={inputDescriptionClassName}
|
||||||
message={inputDescription}
|
message={inputDescription}
|
||||||
style={{
|
style={inputDescriptionStyle}
|
||||||
marginTop: '1.1rem',
|
|
||||||
marginBottom: '0.3rem',
|
|
||||||
lineHeight: 'normal',
|
|
||||||
...inputDescriptionStyle,
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
<InputErrors
|
<InputErrors
|
||||||
className={errorsClassName}
|
className={errorsClassName}
|
||||||
|
@ -1256,7 +1256,6 @@ const FormModal = () => {
|
|||||||
type="string"
|
type="string"
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
value={value}
|
value={value}
|
||||||
style={{ marginBottom: 11 }}
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user