LESS CSS BUGS

This commit is contained in:
Kyle Shockey
2017-11-30 17:10:25 -08:00
parent ef3ccd7a23
commit ba90c70b34
2 changed files with 1 additions and 2 deletions

View File

@@ -95,8 +95,8 @@ export default class BaseLayout extends React.Component {
{ servers && servers.size ? (
<div className="global-server-container">
<span className="servers-title">Server</span>
<Col className="servers wrapper" mobile={12}>
<span className="servers-title">Server</span>
<Servers
servers={servers}
currentServer={oas3Selectors.selectedServer()}