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
commit d8d0a21e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {