mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 16:29:18 +00:00
Merge branch 'front/ui-improvements' of github.com:strapi/strapi into front/ui-improvements
This commit is contained in:
commit
88b99ffe48
@ -2,9 +2,6 @@ import styled from 'styled-components';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
position: relative;
|
||||
.row {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
${({ isFromDynamicZone }) => {
|
||||
if (isFromDynamicZone) {
|
||||
|
@ -11,7 +11,6 @@ const FormWrapper = styled.div`
|
||||
margin-left: 0;
|
||||
}
|
||||
.row {
|
||||
margin-bottom: 4px;
|
||||
&:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -163,16 +163,9 @@ const SettingsViewWrapper = ({
|
||||
return (
|
||||
<FormattedMessage key={input.name} id={input.label.id}>
|
||||
{label => (
|
||||
<div
|
||||
className={input.customBootstrapClass}
|
||||
style={{ marginBottom: 1 }}
|
||||
>
|
||||
<div className={input.customBootstrapClass}>
|
||||
<FormattedMessage
|
||||
id={get(
|
||||
input,
|
||||
'description.id',
|
||||
'app.utils.defaultMessage'
|
||||
)}
|
||||
id={get(input, 'description.id', 'app.utils.defaultMessage')}
|
||||
>
|
||||
{description => (
|
||||
<Input
|
||||
@ -191,7 +184,7 @@ const SettingsViewWrapper = ({
|
||||
);
|
||||
})}
|
||||
<div className="col-12">
|
||||
<Separator style={{ marginBottom: 23 }} />
|
||||
<Separator style={{ marginBottom: 20 }} />
|
||||
</div>
|
||||
</div>
|
||||
<SectionTitle />
|
||||
|
Loading…
x
Reference in New Issue
Block a user