Skip to content

Commit

Permalink
feat: add app dropdown footer (grafana#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog authored Aug 3, 2022
1 parent e04ded7 commit dc07d04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
padding: 10px 0;
}

.selectorFooter {
height: 40px;
border-top: 1px solid var(--ps-ui-border);
}

.apps {
display: flex;
flex-direction: row;
Expand Down
1 change: 1 addition & 0 deletions webapp/javascript/components/AppSelector/SelectorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const SelectorModal = ({
) : (
<div className={styles.noData}>No Data</div>
)}
<div className={styles.selectorFooter} />
</div>
);
};
Expand Down

0 comments on commit dc07d04

Please sign in to comment.