Skip to content

Commit

Permalink
T369636: Fix border misalignment (#135)
Browse files Browse the repository at this point in the history
* Fix border misalignment

* Update main.yml

* Update main.yml

* Update main.yml
  • Loading branch information
medied authored Nov 20, 2024
1 parent 460d206 commit dfa6cfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '23.1'

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 0 additions & 1 deletion src/link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ body {

.components-popover__content {
overflow: unset !important;
border-radius: 8px 8px 0 0;
height: unset !important;
}

Expand Down

0 comments on commit dfa6cfc

Please sign in to comment.