diff --git a/res/css/views/rooms/_LinkPreviewWidget.scss b/res/css/views/rooms/_LinkPreviewWidget.scss index 022cf3ed28..659b0111dd 100644 --- a/res/css/views/rooms/_LinkPreviewWidget.scss +++ b/res/css/views/rooms/_LinkPreviewWidget.scss @@ -19,6 +19,8 @@ limitations under the License. margin-right: 15px; margin-bottom: 15px; display: flex; + flex-direction: column; + max-width: 360px border-left: 4px solid $preview-widget-bar-color; color: $preview-widget-fg-color; }