From 5bb0d45cf9784bb5d4b88632655011a44923365a Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 9 Dec 2015 19:33:42 +0200 Subject: Details styling --- index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index 631c12b..287c636 100644 --- a/index.js +++ b/index.js @@ -84,10 +84,12 @@ class IPAddress extends React.Component {
- Netmask: {this.getNetmask()} + {this.getNetmask()} + Netmask - Available addresses: {this.getCount()} + {this.getCount()} + Addresses
-- cgit v1.3.1