mirror of
https://github.com/strapi/strapi.git
synced 2025-08-29 19:22:24 +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';
|
||||
|
||||
const FooterModal = styled.div`
|
||||
padding-top: ${sizes.margin * 0.9}px;
|
||||
padding-top: ${sizes.margin * 0.8}px;
|
||||
section {
|
||||
display: flex;
|
||||
height: 73px;
|
||||
|
@ -130,12 +130,7 @@ class InputAddonWithErrors extends React.Component {
|
||||
<InputDescription
|
||||
className={inputDescriptionClassName}
|
||||
message={inputDescription}
|
||||
style={{
|
||||
marginTop: '1.1rem',
|
||||
marginBottom: '0.3rem',
|
||||
lineHeight: 'normal',
|
||||
...inputDescriptionStyle,
|
||||
}}
|
||||
style={inputDescriptionStyle}
|
||||
/>
|
||||
<InputErrors
|
||||
className={errorsClassName}
|
||||
|
@ -1256,7 +1256,6 @@ const FormModal = () => {
|
||||
type="string"
|
||||
onChange={handleChange}
|
||||
value={value}
|
||||
style={{ marginBottom: 11 }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user