Skip to content

Commit

Permalink
#400 fix image surrounding space (#36)
Browse files Browse the repository at this point in the history
* πŸ›  Remove image surrounding space

* ⬆️   Update package.json

* πŸ”–  3.1.2

* πŸ”§  pipeline agent workaround
  • Loading branch information
johnxu16 authored Apr 28, 2023
1 parent 5658f28 commit 001289d
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 736 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ trigger:
- main

pool:
name: $(buildPoolName) # Runs on OnPrem Windows (for now)
demands:
- Agent.Name -equals $(buildAgentName)
vmImage: ubuntu-latest

steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
versionSpec: '18.x'
displayName: 'Install Node.js'

- script: yarn install
Expand Down
5 changes: 1 addition & 4 deletions lib/components/menu/desktop-menu/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
transition: all 0.3s ease-in-out 0s;
}
.inline-block {
display: inline-block;
display: inline-block;
}
.menuDrop > ul > li:hover > a,
.menuDrop > ul > li:hover > div {
Expand Down Expand Up @@ -70,6 +70,3 @@
content: none !important;
padding-left: 0;
}
.MenuImg img {
width: 100%;
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.MenuImg img {
width: 100%;
margin: 0 -15px;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssw.megamenu",
"version": "3.1.1",
"version": "3.1.2",
"files": [
"dist",
"types",
Expand Down
Loading

0 comments on commit 001289d

Please sign in to comment.