Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit bf088d0

Browse files
author
Baggerone
authored
Merge pull request #127 from silinternational/feature/wrap-header-text
Add width related styling to the header in order to allow the word wrap to styling to function
2 parents 1a83662 + 6fdb409 commit bf088d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/material/default/selectidp-links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function clickedAnyway(idpName) {
2828
<div class="mdl-layout mdl-layout--fixed-header fill-viewport">
2929
<header class="mdl-layout__header">
3030
<div class="mdl-layout__header-row">
31-
<span class="mdl-layout-title">
31+
<span class="mdl-layout-title scale-to-parent">
3232
<?php
3333
$spName = $this->data['spName'] ?? null;
3434
if (empty($spName)) {

0 commit comments

Comments
 (0)