#1659: Prevent line breaking between icon & text in footer social links (#1660)
1 files changed, 6 insertions(+), 0 deletions(-) M _sass/minimal-mistakes/_footer.scss
M _sass/minimal-mistakes/_footer.scss => _sass/minimal-mistakes/_footer.scss +6 -0
@@ 82,4 82,10 @@ padding-right: 10px; font-weight: bold; } + + .social-icons { + a { + white-space: nowrap; + } + } }