From aa2fba4640b24b57a993f0fc34a9f2377ce04820 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 28 Jan 2020 13:00:11 +0100 Subject: [PATCH] fixed issue that embedded videos were not aligned to the left --- wcfsetup/install/files/style/bbcode/video.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/style/bbcode/video.scss b/wcfsetup/install/files/style/bbcode/video.scss index 3780b48090..9ac49253a9 100644 --- a/wcfsetup/install/files/style/bbcode/video.scss +++ b/wcfsetup/install/files/style/bbcode/video.scss @@ -3,6 +3,7 @@ overflow: hidden; padding-bottom: 56.25%; /* 9 / 16 */ position: relative; + text-align: left; iframe { height: 100%; -- 2.20.1