diff --git a/webapp/components/access_history_modal.jsx b/webapp/components/access_history_modal.jsx index 28a2b6b8f6..4e1e69e3ed 100644 --- a/webapp/components/access_history_modal.jsx +++ b/webapp/components/access_history_modal.jsx @@ -79,6 +79,7 @@ export default class AccessHistoryModal extends React.Component { return ( li { &.active { diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss index c73c32656f..13ee95e765 100644 --- a/webapp/sass/routes/_signup.scss +++ b/webapp/sass/routes/_signup.scss @@ -450,6 +450,7 @@ .signup-team-dir { background: #fafafa; border-top: 1px solid #d5d5d5; + overflow: hidden; &:first-child { border: none; @@ -458,7 +459,7 @@ .icon { cursor: pointer; float: left; - margin: 18px 7px 0 15px; + margin: 16px 7px 0 15px; opacity: .45; svg {