Skip to content

Commit 05d1019

Browse files
authored
Merge pull request academicpages#2450 from Samir-Rashid/fix-toc-width
Fix toc crop (academicpages#221)
2 parents dc499dc + a543542 commit 05d1019

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: _sass/_navigation.scss

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@
405405
font-weight: bold;
406406
line-height: 1.5;
407407
border-bottom: 1px solid $border-color;
408+
text-decoration-line: none !important;
408409

409410
&:hover {
410411
color: #000;

Diff for: _sass/_variables.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ $x-large : 1280px !default;
132132
Grid
133133
========================================================================== */
134134

135-
$right-sidebar-width-narrow : 0px;
136-
$right-sidebar-width : 0px;
137-
$right-sidebar-width-wide : 0px;
135+
$right-sidebar-width-narrow : 200px !default;
136+
$right-sidebar-width : 300px !default;
137+
$right-sidebar-width-wide : 400px !default;
138138

139139
$susy: (
140140
columns: 12,

0 commit comments

Comments
 (0)