Don't show scrollbar for url previews

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-22 17:48:17 +02:00
parent 158d4368e0
commit bd46275ec6
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

@ -33,7 +33,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 {