16 lines
395 B
CSS
16 lines
395 B
CSS
.wp-block-image img {
|
|
box-sizing: border-box;
|
|
height: auto;
|
|
max-width: 100%;
|
|
vertical-align: bottom
|
|
}
|
|
|
|
.wp-block-image.has-custom-border img {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.wp-block-navigation .wp-block-navigation-item__label {
|
|
overflow-wrap: break-word
|
|
}
|
|
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
|