breaking words for link component on sidebar

This commit is contained in:
Antoine M 2024-01-17 16:37:20 +01:00
parent 022a732a93
commit cdd5d40398

View File

@ -109,3 +109,6 @@
} }
} }
} }
.block-editor-link-control__search-item-top {
word-break: break-all;
}