mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 14:51:29 +00:00
Fix baseline
This commit is contained in:
parent
afffc8d419
commit
30b7b88677
@ -72,7 +72,10 @@ function Group({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-12" style={{ paddingTop: 16, paddingBottom: 15 }}>
|
<div
|
||||||
|
className="col-12"
|
||||||
|
style={{ paddingTop: 0, marginTop: '-2px', paddingBottom: 15 }}
|
||||||
|
>
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
@ -88,6 +91,7 @@ function Group({
|
|||||||
style={{
|
style={{
|
||||||
marginLeft: '-10px',
|
marginLeft: '-10px',
|
||||||
marginRight: '-10px',
|
marginRight: '-10px',
|
||||||
|
marginBottom: '18px',
|
||||||
backgroundColor: '#f5f5f5',
|
backgroundColor: '#f5f5f5',
|
||||||
padding: '0 20px 10px 10px',
|
padding: '0 20px 10px 10px',
|
||||||
paddingTop: isRepeatable ? '13px' : '20px',
|
paddingTop: isRepeatable ? '13px' : '20px',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user