diff --git a/src/browser/components/NewTeamModal.jsx b/src/browser/components/NewTeamModal.jsx index 8ff1adcd..3d53b6ff 100644 --- a/src/browser/components/NewTeamModal.jsx +++ b/src/browser/components/NewTeamModal.jsx @@ -100,6 +100,11 @@ class NewTeamModal extends React.Component { } render() { + const noBottomSpaceing = { + 'padding-bottom': 0, + 'margin-bottom': 0 + }; + return ( {'Server URL'} - {'The URL of your Mattermost server. Must start with http:// or https://.'} + {'The URL of your Mattermost server. Must start with http:// or https://.'}