Skip to content

Commit

Permalink
Added fix for firefox outline container misalignment (#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Sep 23, 2020
1 parent 44817f3 commit 2b684d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/core/less/core/global.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Fix for Firefox outline container height misalignment
// https://github.com/adaptlearning/adapt_framework/issues/2912
// --------------------------------------------------
.menu,
.menu-item,
.page,
.article,
.block,
.component {
&__title-inner {
display: inline;
vertical-align: middle;
}
}

0 comments on commit 2b684d5

Please sign in to comment.