Skip to content

Commit 0792893

Browse files
Vertically align logout button and language picker in navbar (#78)
1 parent 77a038c commit 0792893

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Upcoming Version (WIP)
22
==================
33
Improvements:
4+
* [OLMIS-8219](https://openlmis.atlassian.net/browse/OLMIS-8219): Vertically align logout button and language picker in navbar
45
* [OLMIS-8217](https://openlmis.atlassian.net/browse/OLMIS-8217): Improve home facility alerts panel UI and functionality.
56
* Display actual facility name instead of `My Facility data`
67
* Remove panels providing hardcoded `0` instead of relevant information

src/openlmis-header/_header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ body > header {
131131
flex-direction: row-reverse;
132132
align-items: center;
133133
@include margin-left(auto);
134+
135+
> .navbar-right{
136+
margin-top: 0;
137+
}
134138
}
135139
}
136140

0 commit comments

Comments
 (0)