summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-10-07 01:42:08 +0500
committerenahum <nahumhbl@gmail.com>2016-10-06 17:42:08 -0300
commitd67b2b4832cdef7b5c0913b0b7807178ad201b81 (patch)
treead7e77b63b9382a5079aafa8857f3f861d546289 /webapp/components
parentba3c6d909ae944ff33f149e941cd172a295de5b7 (diff)
downloadchat-d67b2b4832cdef7b5c0913b0b7807178ad201b81.tar.gz
chat-d67b2b4832cdef7b5c0913b0b7807178ad201b81.tar.bz2
chat-d67b2b4832cdef7b5c0913b0b7807178ad201b81.zip
Minor bug fixes (#4172)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/admin_console/license_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/license_settings.jsx b/webapp/components/admin_console/license_settings.jsx
index a1e1f277c..d98309f80 100644
--- a/webapp/components/admin_console/license_settings.jsx
+++ b/webapp/components/admin_console/license_settings.jsx
@@ -90,7 +90,7 @@ class LicenseSettings extends React.Component {
render() {
var serverError = '';
if (this.state.serverError) {
- serverError = <div className='form-group has-error'><label className='control-label'>{this.state.serverError}</label></div>;
+ serverError = <div className='col-sm-12'><div className='form-group has-error'><label className='control-label'>{this.state.serverError}</label></div></div>;
}
var btnClass = 'btn';