Skip to content

Commit

Permalink
Merge pull request #753 from the-deep/feature-have-consistent-region-…
Browse files Browse the repository at this point in the history
…tooltip

Fix empty component styling for connector's tabular select input
  • Loading branch information
pprabesh authored Apr 8, 2019
2 parents 755e220 + 0ea37bd commit daf2e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Connector/Details/Form/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,6 @@ export default class ConnectorDetailsForm extends React.PureComponent {
hideSelectAllButton
/>
<TabularSelectInput
className={styles.projects}
faramElementName="projects"
options={projectsOptions}
label={_ts('connector', 'connectorProjectsLabel')}
Expand Down
8 changes: 8 additions & 0 deletions src/views/Connector/Details/Form/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
border-left: $width-separator-thin solid $color-separator;
}

.table-container {
background-color: $color-foreground;

.empty {
display: none;
}
}

.headers {
.header {
&.role {
Expand Down

0 comments on commit daf2e62

Please sign in to comment.