Create a new better script for showing more/less

This commit is contained in:
2025-01-08 10:17:04 +01:00
parent cca486f2b9
commit a2dc4f1964
10 changed files with 121 additions and 44 deletions

View File

@ -106,11 +106,17 @@ $min_col_width: 100px;
margin: 0;
}
>p {
.role_description {
flex-grow: 1;
margin-top: .5em;
text-wrap: auto;
text-align: left;
// Show more/less element
a {
text-align: center;
display: block;
}
}
}