From 21690eb55b1d8498f959a4da10bc831a5c185058 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 26 Apr 2015 19:15:54 +0200 Subject: [PATCH] Added missing max-width for img tags --- wcfsetup/install/files/style/user.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/style/user.less b/wcfsetup/install/files/style/user.less index 0c751663d2..8cd1087554 100644 --- a/wcfsetup/install/files/style/user.less +++ b/wcfsetup/install/files/style/user.less @@ -386,4 +386,8 @@ right: 4px; top: 2px; } +} + +#aboutMe img { + max-width: 100%; } \ No newline at end of file -- 2.20.1