From c3cd520299691aad780bc6ff42f0367c003de766 Mon Sep 17 00:00:00 2001 From: Nicolas Hoffmann Date: Sun, 7 Sep 2014 10:47:31 +0200 Subject: [PATCH] Added tag svg for RWD To avoid RWD problems with inline-svg :) --- less/_01-base.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/_01-base.less b/less/_01-base.less index 802e0cd..a9fdb3d 100644 --- a/less/_01-base.less +++ b/less/_01-base.less @@ -264,7 +264,8 @@ code, pre, textarea, input, -video { +video, +svg { max-width: 100%; }