Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 6a2171e

Browse files
authored
Fix height on masthead logo (#172)
1 parent f4fb5bd commit 6a2171e

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 7.0.19
4+
### Fixed
5+
- Fixed height on logo for masthead
6+
37
## 7.0.18
48
### Fixed
59
- Fixed dropdown container floating around blocking user interaction.

lib/components/Masthead/Masthead.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ $search-max-size: 100 * $grid-size;
8888
.masthead-logo {
8989
display: flex;
9090
align-items: center;
91+
height: 100%;
9192
padding: $gutter-xxsmall 0 $gutter-xxsmall $gutter-xsmall;
9293

9394
@include rtl {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/azure-iot-ux-fluent-controls",
3-
"version": "7.0.18",
3+
"version": "7.0.19",
44
"description": "Azure IoT UX Fluent Controls",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)