From: Marcel Werk Date: Tue, 28 Jan 2020 12:00:11 +0000 (+0100) Subject: fixed issue that embedded videos were not aligned to the left X-Git-Tag: 5.2.2~2^2~1^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa2fba4640b24b57a993f0fc34a9f2377ce04820;p=GitHub%2FWoltLab%2FWCF.git fixed issue that embedded videos were not aligned to the left --- 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%;