Skip to content

Commit

Permalink
WP-299: Add Data Files button dropdown needs minor adjustment in alig…
Browse files Browse the repository at this point in the history
…nment (#878)

* small UI change to align dropdown

* linting issues fixed

---------

Co-authored-by: Chandra Y <[email protected]>
  • Loading branch information
asimregmi and chandra-tacc authored Oct 9, 2023
1 parent b31a09d commit 982c7d6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
.dropdown-menu {
border-color: var(--global-color-accent--normal);
border-radius: 0;
margin-top: 11px;
padding: 0;
margin: 11px 3px 0;
width: 200px;
vertical-align: top;
}
.dropdown-menu::before {
position: absolute;
top: -10px;
left: 65px;
left: 67px;
border-right: 10px solid transparent;
border-bottom: 10px solid var(--global-color-accent--normal);
border-left: 10px solid transparent;
Expand All @@ -42,7 +41,7 @@
.dropdown-menu::after {
position: absolute;
top: -9px;
left: 66px;
left: 68px;
border-right: 9px solid transparent;
border-bottom: 9px solid #ffffff;
border-left: 9px solid transparent;
Expand Down

0 comments on commit 982c7d6

Please sign in to comment.