40 lines
846 B
CSS
40 lines
846 B
CSS
.block-editor-format-toolbar__image-popover{
|
|
z-index:159990;
|
|
}
|
|
.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-content{
|
|
padding:16px;
|
|
width:260px;
|
|
}
|
|
|
|
.block-editor-format-toolbar__link-container-content{
|
|
align-items:center;
|
|
display:flex;
|
|
}
|
|
|
|
.block-editor-format-toolbar__link-container-value{
|
|
flex-grow:1;
|
|
flex-shrink:1;
|
|
margin:7px;
|
|
max-width:500px;
|
|
min-width:150px;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
white-space:nowrap;
|
|
}
|
|
.block-editor-format-toolbar__link-container-value.has-invalid-link{
|
|
color:#cc1818;
|
|
}
|
|
|
|
.format-library__inline-color-popover [role=tabpanel]{
|
|
padding:16px;
|
|
width:260px;
|
|
}
|
|
|
|
.block-editor-format-toolbar__language-popover .components-popover__content{
|
|
padding:1rem;
|
|
width:auto;
|
|
}
|
|
|
|
.block-editor-format-toolbar__math-input{
|
|
direction:ltr;
|
|
} |