roannais-icitoyen: don't break links in block-password (#41253)

This commit is contained in:
Thomas Jund 2020-04-15 14:50:04 +02:00
parent ca582fc3b0
commit 9ad29e8449
1 changed files with 7 additions and 0 deletions

View File

@ -879,6 +879,13 @@ div#rub_service {
}
}
// Authentic
#login-page {
.block-password a {
white-space: nowrap;
}
}
// Footer
#footer {
a {