From a158c76789019579b62da3972766c151b54c9686 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sun, 21 Jun 2015 10:40:58 +0200 Subject: [PATCH] modified item details page to look not horrible on mobile --- .../components/items/itemWithDetailsPage.js | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/front-ui/app/components/items/itemWithDetailsPage.js b/front-ui/app/components/items/itemWithDetailsPage.js index ee773ef..d6f2194 100644 --- a/front-ui/app/components/items/itemWithDetailsPage.js +++ b/front-ui/app/components/items/itemWithDetailsPage.js @@ -17,11 +17,11 @@ var ItemWithDetailsPage = React.createClass({ return (
-
+
-
+
{this.state.item.get('brand').name}
{this.state.item.get('name')}
@@ -30,16 +30,23 @@ var ItemWithDetailsPage = React.createClass({
Količina
+
-
+
+
+
Opis proizvoda
{this.state.item.get('description')}
-
- - - +
+

Opis proizvoda:

+
+

{this.state.item.get('description')}

+
+
+ +
);