From 044d03c12ce008db21404cff4a3570ab51fb4207 Mon Sep 17 00:00:00 2001 From: Dennis Collinson Date: Mon, 23 Apr 2012 17:53:51 -0700 Subject: [PATCH] MS DC fix you tube videos on screen. --- app/assets/stylesheets/new_styles/_canvas.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index e40c4e647..550510a1a 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -203,6 +203,12 @@ body { &.sticky-note.x2.height .content { @include tall(); } + + &.rich-media { + width: auto; + height: auto; + } + &.wallpaper { .content{ display: table;