Fixed css issues of LogInComponent where text would overflow

This commit is contained in:
Alexandre Vryghem
2023-02-23 21:56:04 +01:00
parent e4f483c308
commit af23a3a8e3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
.login-container {
max-width: 350px;
}
a {
white-space: normal;
padding: .25rem .75rem;
}