Merge pull request #9049 from KManolov3/fix/padding-in-menu-bar
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run
Transifex Push / transifex-push (push) Waiting to run

Fix/padding in menu bar
This commit is contained in:
Kaloyan Manolov 2024-12-16 17:34:35 +02:00 committed by GitHub
commit 30438fe59c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -111,7 +111,7 @@
"regenerator-runtime": "0.13.9",
"sass": "1.83.0",
"sass-loader": "10.5.2",
"scratch-gui": "5.1.14",
"scratch-gui": "5.1.15",
"scratch-l10n": "5.0.42",
"selenium-webdriver": "4.27.0",
"slick-carousel": "1.8.1",
@ -22244,9 +22244,9 @@
}
},
"node_modules/scratch-gui": {
"version": "5.1.14",
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-5.1.14.tgz",
"integrity": "sha512-TQz9z53+oYld5qPQLsdTpsVRSzV7AFAg+mn3Ot3LH/kY3Luva+IBn8PVSUtHSfYd+wIGAqYiwdLd/ZueJ5BptA==",
"version": "5.1.15",
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-5.1.15.tgz",
"integrity": "sha512-4uAIFaPRUHbnk83Cz/UW4a8WBPYH488+AN/d6ITNa0BKwAaicg/B9LN8KW6i4bTwUEv+FGORr75qXkvm715emw==",
"dev": true,
"license": "AGPL-3.0-only",
"dependencies": {

View file

@ -146,7 +146,7 @@
"regenerator-runtime": "0.13.9",
"sass": "1.83.0",
"sass-loader": "10.5.2",
"scratch-gui": "5.1.14",
"scratch-gui": "5.1.15",
"scratch-l10n": "5.0.42",
"selenium-webdriver": "4.27.0",
"slick-carousel": "1.8.1",