From d9aa7b310a7faff14292c33dff6cbf5e1417b502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 27 Oct 2016 10:39:06 +0100 Subject: [PATCH] don't use Container in Radio demo --- ui/src/components/radio/readme.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ui/src/components/radio/readme.md b/ui/src/components/radio/readme.md index 95618e63..35b1a3b3 100644 --- a/ui/src/components/radio/readme.md +++ b/ui/src/components/radio/readme.md @@ -14,14 +14,12 @@ const styles = require('./style.css'); nmodule.exports = ReactDOM.renderToString( - - - - - - - - + + + + + + ); ```