| commit | 03156e335275de1dafbc2a816e98006afdf249bf | [log] [tgz] |
|---|---|---|
| author | Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com> | Sat Sep 30 21:42:44 2017 -0400 |
| committer | Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com> | Mon Oct 02 17:43:41 2017 -0400 |
| tree | 45e0374d28618f521803a31e7abd804d7f26b50f | |
| parent | f2dc2462571800e62cba969964de621dca09299c [diff] [blame] |
update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com> Change-Id: Ib11aa03a2eff5a53c808342508a5d7bee7b202b8
diff --git a/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx b/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx index ba77a79..0e12b6e 100644 --- a/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx +++ b/skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx
@@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -101,7 +101,7 @@ } render() { if(!this.props.hasFailed) { - return (<span className='throttledMessageText'>{this.state.displayMessage}</span>) + return (<span className='throttledMessageText' style={{margin:'1rem'}}>{this.state.displayMessage}</span>) } else { return (<span> </span>) }