Merge pull request #6450 from SimonBrandner/fix/url-scroll/18028

This commit is contained in:
Michael Telatynski
2021-07-23 06:12:02 +01:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ limitations under the License.
.mx_LinkPreviewWidget_caption {
margin-left: 15px;
flex: 1 1 auto;
overflow-x: hidden; // cause it to wrap rather than clip
overflow: hidden; // cause it to wrap rather than clip
}
.mx_LinkPreviewWidget_title {