MDL-64935 theme: prevent activitynavigation link overflowing container

This commit is contained in:
Bas Brands
2019-06-24 14:50:58 +02:00
parent 3cb2c5657a
commit acb53bb1f0
2 changed files with 18 additions and 0 deletions
+11
View File
@@ -1190,3 +1190,14 @@ span.editinstructions {
height: 32px;
font-size: 32px;
}
.activity-navigation {
.row {
align-items: center;
}
#prev-activity-link,
#next-activity-link {
white-space: pre-wrap;
}
}
+7
View File
@@ -12531,6 +12531,13 @@ span.editinstructions {
height: 32px;
font-size: 32px; }
.activity-navigation .row {
align-items: center; }
.activity-navigation #prev-activity-link,
.activity-navigation #next-activity-link {
white-space: pre-wrap; }
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
:target::before {
content: " ";