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()}

View File

@@ -62,7 +62,6 @@
box-shadow: 0 1px 2px 0 rgba($server-container-box-shadow-color,.15);
.servers-title {
margin: 20px;
line-height: 2em;
font-weight: bold;
}