STYLE Refining wysiwyg height for reference field
This commit is contained in:
parent
655f9721ff
commit
8b0e1f7185
|
|
@ -1,6 +1,22 @@
|
|||
/* body {
|
||||
background: red !important;
|
||||
} */
|
||||
#menu-posts {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
#acf-field-685be6e5065e3 {
|
||||
height: 100px !important;
|
||||
@apply bg-red-300;
|
||||
|
||||
iframe {
|
||||
@apply bg-red-300;
|
||||
}
|
||||
}
|
||||
#menu-posts {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
.acf-field-685be98a48142 {
|
||||
.acf-label {
|
||||
@apply hidden;
|
||||
}
|
||||
iframe {
|
||||
min-height: unset !important;
|
||||
height: 70px !important;
|
||||
@apply bg-blue-300;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user